gpu: implement Dawn pipelineLayoutReference
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
dba68c2457
commit
aa8209e708
1 changed files with 2 additions and 4 deletions
|
|
@ -656,13 +656,11 @@ pub const Interface = gpu.Interface(struct {
|
|||
}
|
||||
|
||||
pub inline fn pipelineLayoutReference(pipeline_layout: *gpu.PipelineLayout) void {
|
||||
_ = pipeline_layout;
|
||||
unreachable;
|
||||
procs.pipelineLayoutReference.?(@ptrCast(c.WGPUPipelineLayout, pipeline_layout));
|
||||
}
|
||||
|
||||
pub inline fn pipelineLayoutRelease(pipeline_layout: *gpu.PipelineLayout) void {
|
||||
_ = pipeline_layout;
|
||||
unreachable;
|
||||
procs.pipelineLayoutRelease.?(@ptrCast(c.WGPUPipelineLayout, pipeline_layout));
|
||||
}
|
||||
|
||||
pub inline fn querySetDestroy(query_set: *gpu.QuerySet) void {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue