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