blob: 66a928aa8c833f2b5d76989cdddd653031d4f5e6 [file] [log] [blame]
// https://gpuweb.github.io/gpuweb/wgsl/#storage-class
enum address_space {
function
private
workgroup
uniform
storage
push_constant
pixel_local
__in
__out
@internal handle
}