7 lines
75 B
Plaintext
7 lines
75 B
Plaintext
float4 vs_main() : SV_POSITION
|
|
{
|
|
float4 arr[16];
|
|
return arr[0];
|
|
}
|
|
|