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
/** TODO @Hazardu or @Przemog you can express all of them in terms of the uint variants to safe yourself the trouble of repeated code, this could also be a recruitment task.
23
41
24
42
bool irr_glsl_workgroupShuffle(in bool val, in uint id);
25
43
float irr_glsl_workgroupShuffle(in float val, in uint id);
26
-
uint irr_glsl_workgroupShuffle(in uint val, in uint id);
27
44
int irr_glsl_workgroupShuffle(in int val, in uint id);
28
45
29
46
bool irr_glsl_workgroupShuffleXor(in bool val, in uint mask);
0 commit comments