-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
invalidThis doesn't seem rightThis doesn't seem right
Description
Texture2DMS<float4, 8> s_msTexture;
float4 main( float2 tcoord : TEXCOORD0 ) : SV_Target
{
return s_msTexture.sample[2][tcoord];
}
results in
syntax error #1: mismatched input 'sample' expecting {'::', Identifier} (sample is a keyword)
Also to add in src/Texture2DMSto2DCodeMutator.cpp
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
invalidThis doesn't seem rightThis doesn't seem right