blob: 0b8631dc00b167449df71ac9b72065692118883d [file] [log] [blame]
// https://www.w3.org/TR/WGSL/#address-space
enum address_space {
function
private
workgroup
uniform
storage
push_constant
pixel_local
__in
__out
@internal handle
}