mirror of
https://github.com/rive-app/rive-cpp.git
synced 2026-01-18 21:21:17 +01:00
feat(webgpu): Wagyu 39 (#10603) 7ac418480c
Co-authored-by: Chris Dalton <99840794+csmartdalton@users.noreply.github.com>
This commit is contained in:
@@ -1 +1 @@
|
||||
48bb6538bd3851219927e9f8a09d1d6d44040e2c
|
||||
7ac418480cdb1e693629454d181d3b0466daeb82
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -69,6 +69,7 @@ const LibraryWebGPUExtensions = {
|
||||
wgpuWagyuSurfaceSetWidth: undefined,
|
||||
wgpuWagyuSurfaceSetX: undefined,
|
||||
wgpuWagyuSurfaceSetY: undefined,
|
||||
wgpuWagyuTextureIsSwapchain: undefined,
|
||||
wgpuWagyuWGSLFeatureTypeArrayFreeMembers: undefined
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user