Skip to content

Commit

Permalink
Merge pull request #1325 from cloudflare/gpu_textures
Browse files Browse the repository at this point in the history
webgpu: Adding more objects
  • Loading branch information
edevil committed Oct 24, 2023
2 parents 1f0ed90 + c20c61b commit 7ec9978
Show file tree
Hide file tree
Showing 16 changed files with 1,598 additions and 438 deletions.
2 changes: 2 additions & 0 deletions src/workerd/api/global-scope.h
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,8 @@ class ServiceWorkerGlobalScope: public WorkerGlobalScope {
JSG_NESTED_TYPE_NAMED(api::gpu::GPUBufferUsage, GPUBufferUsage);
JSG_NESTED_TYPE_NAMED(api::gpu::GPUShaderStage, GPUShaderStage);
JSG_NESTED_TYPE_NAMED(api::gpu::GPUMapMode, GPUMapMode);
JSG_NESTED_TYPE_NAMED(api::gpu::GPUTextureUsage, GPUTextureUsage);
JSG_NESTED_TYPE_NAMED(api::gpu::GPUColorWrite, GPUColorWrite);
#endif

JSG_TS_ROOT();
Expand Down
Loading

0 comments on commit 7ec9978

Please sign in to comment.