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