feat(webgpu): Wagyu 39 (#10603) 7ac418480c

Co-authored-by: Chris Dalton <99840794+csmartdalton@users.noreply.github.com>
This commit is contained in:
csmartdalton
2025-09-16 21:04:45 +00:00
parent edae0548c3
commit fb16b2fb14
3 changed files with 4 additions and 1 deletions

View File

@@ -1 +1 @@
48bb6538bd3851219927e9f8a09d1d6d44040e2c
7ac418480cdb1e693629454d181d3b0466daeb82

View File

@@ -524,6 +524,8 @@ WGPU_EXPORT void wgpuWagyuShaderEntryPointArrayFreeMembers(WGPUWagyuShaderEntryP
WGPU_EXPORT void wgpuWagyuShaderModuleDestroy(WGPUShaderModule shaderModule) WGPU_FUNCTION_ATTRIBUTE;
WGPU_EXPORT void wgpuWagyuShaderModuleIntrospect(WGPUShaderModule shaderModule, WGPUShaderStage stages, WGPUWagyuShaderEntryPointArray *shaderEntryPointArray) WGPU_FUNCTION_ATTRIBUTE;
WGPU_EXPORT WGPUBool wgpuWagyuTextureIsSwapchain(WGPUTexture texture) WGPU_FUNCTION_ATTRIBUTE;
WGPU_EXPORT void wgpuWagyuSurfaceDestroy(WGPUSurface surface) WGPU_FUNCTION_ATTRIBUTE;
WGPU_EXPORT WGPUTexture wgpuWagyuSurfaceGetCurrentDepthStencilTexture(WGPUSurface surface) WGPU_FUNCTION_ATTRIBUTE;
WGPU_EXPORT float wgpuWagyuSurfaceGetHeight(WGPUSurface surface) WGPU_FUNCTION_ATTRIBUTE;

View File

@@ -69,6 +69,7 @@ const LibraryWebGPUExtensions = {
wgpuWagyuSurfaceSetWidth: undefined,
wgpuWagyuSurfaceSetX: undefined,
wgpuWagyuSurfaceSetY: undefined,
wgpuWagyuTextureIsSwapchain: undefined,
wgpuWagyuWGSLFeatureTypeArrayFreeMembers: undefined
};