mirror of
https://github.com/odin-lang/Odin.git
synced 2026-07-11 02:19:30 +00:00
Update wgpu.js
This commit is contained in:
4
vendor/wgpu/wgpu.js
vendored
4
vendor/wgpu/wgpu.js
vendored
@@ -2712,7 +2712,7 @@ class WebGPUInterface {
|
||||
* @param {number} data
|
||||
* @param {number|BigInt} size
|
||||
*/
|
||||
wgpuRenderBundleEncoderSetImmediates: (renderBundleEncoderIdx, offset, data, size) {
|
||||
wgpuRenderBundleEncoderSetImmediates: (renderBundleEncoderIdx, offset, data, size) => {
|
||||
console.warn("wgpuRenderBundleEncoderSetImmediates: unimplemented in browsers at the time of writing");
|
||||
},
|
||||
|
||||
@@ -2919,7 +2919,7 @@ class WebGPUInterface {
|
||||
* @param {number} data
|
||||
* @param {number|BigInt} size
|
||||
*/
|
||||
wgpuRenderPassEncoderSetImmediates: (renderPassEncoderIdx, offset, data, size) {
|
||||
wgpuRenderPassEncoderSetImmediates: (renderPassEncoderIdx, offset, data, size) => {
|
||||
console.warn("wgpuRenderPassEncoderSetImmediates: unimplemented in browsers at the time of writing");
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user