First Commit
This commit is contained in:
9
externals/glslang/Test/hlsl.mip.negative.frag
vendored
Normal file
9
externals/glslang/Test/hlsl.mip.negative.frag
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
Texture2D g_tTex2df4;
|
||||
|
||||
float4 main() : SV_Target0
|
||||
{
|
||||
g_tTex2df4.mips.mips[2][uint2(3, 4)]; // error to chain like this
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user