init commit
This commit is contained in:
7
test/codegen/field_assignment.golden
Normal file
7
test/codegen/field_assignment.golden
Normal file
@@ -0,0 +1,7 @@
|
||||
float4 vs_main(float4 pos : POSITION) : SV_POSITION
|
||||
{
|
||||
float x = 5.0f;
|
||||
x = 7.0f;
|
||||
return pos;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user