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