www.xbdev.net
xbdev - software development
Sunday May 28, 2023
home | about | contact | Donations

     
 

ShaderX..

Making our graphics card work for us..

 

Shaders - Simple 4 - Texture?

by bkenwright@xbdev.net

 

 

 

// code_1.vsh

 

vs.1.0

 

// Transform our coordinates

m4x4             oPos,    v0,    c0    // v0-Input coordinates

 

// Texture pass through

mov               oT0.xy, v7            // v7-Texture Input

 

 

 

 

 

 

 
 Visitor:
Copyright (c) 2002-2023 xbdev.net - All rights reserved.
Designated articles, tutorials and software are the property of their respective owners.