mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2025-02-17 01:45:41 +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 |