We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to get rid of this error?
[numthreads(GROUP_SIZE_X, GROUP_SIZE_Y, 1)] void main(uint3 dispatchID : SV_DispatchThreadID, uint3 threadID : SV_GroupThreadID, uint3 groupID : SV_GroupID) { float3 color; if (gDebugVisualize == 2) { color = gInput[dispatchID.xy].rgb; // error } else { color = filterKernel(gMaxKernelSize, float(gMaxKernelSize), dispatchID.xy, gInput, gDirectLighting, threadID.xy, dispatchID.xy).rgb; }
I'm using VS2017 + Windows SDK 10.0.17763.0
The text was updated successfully, but these errors were encountered:
What's your graphics card?
Sorry, something went wrong.
No branches or pull requests
How to get rid of this error?
I'm using VS2017 + Windows SDK 10.0.17763.0
The text was updated successfully, but these errors were encountered: