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 d0d7e90 commit 32b8de2Copy full SHA for 32b8de2
sandbox/Sandbox.purs
@@ -892,9 +892,7 @@ fn main(@location(0) inColor: vec3<f32>) -> @location(0) vec4<f32> {
892
(config :: GPUCanvasConfiguration) = x
893
{ device
894
, format: GPUTextureFormat.bgra8unorm
895
- , usage:
896
- GPUTextureUsage.renderAttachment .|.
897
- GPUTextureUsage.copySrc
+ , usage: GPUTextureUsage.renderAttachment
898
, alphaMode: opaque
899
}
900
liftEffect $ configure context config
0 commit comments