GPUBindGroupEntry.sampler constructor

GPUBindGroupEntry.sampler({
  1. int binding,
  2. GPUSampler resource,
})

A sampler at binding.

Implementation

external factory GPUBindGroupEntry.sampler({
  int binding,
  GPUSampler resource,
});