Skip to content

Commit 9b28cdd

Browse files
authored
WebGPUTextureUtils: Fix rgb9e5ufloat usage and rg11b10ufloat constant value. (#1794)
1 parent d77125f commit 9b28cdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/three/src/renderers/webgpu/utils/WebGPUConstants.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export enum GPUTextureFormat {
112112
// Packed 32-bit formats
113113
RGB9E5UFloat = "rgb9e5ufloat",
114114
RGB10A2Unorm = "rgb10a2unorm",
115-
RG11B10UFloat = "rgb10a2unorm",
115+
RG11B10UFloat = "rg11b10ufloat",
116116

117117
// 64-bit formats
118118

0 commit comments

Comments
 (0)