init commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
float3 vs_main(float3 pos : POSITION)
|
||||
{
|
||||
return pos;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,5 @@
|
||||
float3 vs_main(float3 pos : POSITION)
|
||||
{
|
||||
return pos;
|
||||
}
|
||||
|
||||