gpu: implement Dawn samplerRelease
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
c40a5ea50d
commit
3c77135618
1 changed files with 1 additions and 2 deletions
|
|
@ -1049,8 +1049,7 @@ pub const Interface = gpu.Interface(struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
pub inline fn samplerRelease(sampler: *gpu.Sampler) void {
|
pub inline fn samplerRelease(sampler: *gpu.Sampler) void {
|
||||||
_ = sampler;
|
procs.samplerRelease.?(@ptrCast(c.WGPUSampler, sampler));
|
||||||
unreachable;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
pub inline fn shaderModuleGetCompilationInfo(shader_module: *gpu.ShaderModule, callback: gpu.CompilationInfoCallback, userdata: *anyopaque) void {
|
pub inline fn shaderModuleGetCompilationInfo(shader_module: *gpu.ShaderModule, callback: gpu.CompilationInfoCallback, userdata: *anyopaque) void {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue