You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting errors as follows for data that is passed via taskNV from task to mesh shader in both mesh and task shader stage.
// example task shader output
taskNV out Task { uint base; uint8_t subIDs[32] } OUT;
// example mesh shader input
taskNV in Task { uint base; uint8_t subIDs[32] } IN;
by spec definition location assignment is not required for taskNV qualified data between task/mesh
shaderc: internal error: compilation succeeded but failed to optimize: Member index 0 is missing a location assignment
0x0.07ff71dea58f0p-1022sk = OpTypeStruct 2811213480int _arr_uchar_uint_32
The text was updated successfully, but these errors were encountered:
Getting errors as follows for data that is passed via taskNV from task to mesh shader in both mesh and task shader stage.
by spec definition location assignment is not required for taskNV qualified data between task/mesh
The text was updated successfully, but these errors were encountered: