Supermodel/win32/vertex_shader_2d.vs

14 lines
167 B
Plaintext
Raw Normal View History

2006-07-12 13:53:14 +00:00
vs_3_0
; input declarations
dcl_position v0
dcl_texcoord0 v1
; output declarations
dcl_position o0.xyzw
dcl_texcoord0 o1.xyzw
mov o0, v0
mov o1, v1