We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4a3e62 commit fbea62bCopy full SHA for fbea62b
examples/jsm/renderers/webgpu/WebGPURenderer.js
@@ -159,7 +159,7 @@ class WebGPURenderer {
159
160
const swapChain = context.configureSwapChain( {
161
device: device,
162
- format: GPUTextureFormat.BRGA8Unorm
+ format: GPUTextureFormat.BRGA8Unorm // this is the only valid swap chain format right now (r121)
163
} );
164
165
this._adapter = adapter;
0 commit comments