Skip to content

Validate storage class for WebGPU #2445

@zoddicus

Description

@zoddicus

Need to add a high level check to confirm that value for storage class is valid in WebGPU exec env.

Storage Class must be one of the following:

  • UniformConstant
  • Uniform
  • StorageBuffer (no BufferBlock)
  • Input
  • Output
  • Image
  • Workgroup
  • PushConstant, if WebGPU supports them: WebGPU Issue 75
  • Private
  • Function

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions