gpu: implement Dawn querySetGetCount
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
7c5bbe103f
commit
367ebfc041
1 changed files with 1 additions and 2 deletions
|
|
@ -662,8 +662,7 @@ pub const Interface = gpu.Interface(struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
pub inline fn querySetGetCount(query_set: *gpu.QuerySet) u32 {
|
pub inline fn querySetGetCount(query_set: *gpu.QuerySet) u32 {
|
||||||
_ = query_set;
|
return procs.querySetGetCount.?(@ptrCast(c.WGPUQuerySet, query_set));
|
||||||
unreachable;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
pub inline fn querySetGetType(query_set: *gpu.QuerySet) gpu.QueryType {
|
pub inline fn querySetGetType(query_set: *gpu.QuerySet) gpu.QueryType {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue