mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2024-11-26 07:35:40 +00:00
14 lines
167 B
GLSL
14 lines
167 B
GLSL
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 |