GPUBindGroupEntry.sampler constructor
GPUBindGroupEntry.sampler({
- int binding,
- GPUSampler resource,
A sampler at binding.
Implementation
external factory GPUBindGroupEntry.sampler({
int binding,
GPUSampler resource,
});