Skip to content

Commit

Permalink
[WebGPU, Emscripten]: Added support for unorm16 and snorm16 texture f…
Browse files Browse the repository at this point in the history
…ormats
  • Loading branch information
MikhailGorobets authored and TheMostDiligent committed Aug 18, 2024
1 parent 0e9a493 commit e22c109
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,8 @@
"rg11b10ufloat-renderable",
"bgra8unorm-storage",
"float32-filterable",
"unorm16-texture-formats",
"snorm16-texture-formats",
];

const adapter = await navigator.gpu.requestAdapter();
Expand Down

0 comments on commit e22c109

Please sign in to comment.