GPURenderPassLayout constructor

GPURenderPassLayout({
  1. String label,
  2. required JSArray<JSString?> colorFormats,
  3. GPUTextureFormat depthStencilFormat,
  4. GPUSize32 sampleCount,
})

Implementation

external factory GPURenderPassLayout({
  String label,
  required JSArray<JSString?> colorFormats,
  GPUTextureFormat depthStencilFormat,
  GPUSize32 sampleCount,
});