GPUBindingResource
type GPUBindingResource =
| GPUSampler
| GPUTexture
| GPUTextureView
| GPUBuffer
| GPUBufferBinding
| GPUExternalTexture;
type GPUBindingResource =
| GPUSampler
| GPUTexture
| GPUTextureView
| GPUBuffer
| GPUBufferBinding
| GPUExternalTexture;