--- layout: stdlib-reference --- # workgroupUniformLoad ## Description Mark a variable as being workgroup uniform. ## Signature
T workgroupUniformLoad<T>(T v);

## Generic Parameters #### T ## Parameters #### v : [T](workgroupuniformload-9g.html#typeparam-T) The variable to mark as workgroup uniform. ## Return value The value of v. ## Remarks This intrinsic maps to workgroupUniformLoad when targeting WGSL and is a no-op on other targets. WGSL is strict on uniformity, and this intrinsic is needed to mark a variable as workgroup uniform in order