gpu: inline TODOs
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
8453b0d2a6
commit
b0adf42c70
25 changed files with 1939 additions and 605 deletions
|
|
@ -2,7 +2,25 @@ const ChainedStruct = @import("types.zig").ChainedStruct;
|
|||
const PipelineStatisticName = @import("types.zig").PipelineStatisticName;
|
||||
const QueryType = @import("types.zig").QueryType;
|
||||
|
||||
pub const QuerySet = *opaque {};
|
||||
pub const QuerySet = *opaque {
|
||||
// TODO
|
||||
// pub inline fn querySetDestroy(query_set: gpu.QuerySet) void {
|
||||
|
||||
// TODO
|
||||
// pub inline fn querySetGetCount(query_set: gpu.QuerySet) u32 {
|
||||
|
||||
// TODO
|
||||
// pub inline fn querySetGetType(query_set: gpu.QuerySet) gpu.QueryType {
|
||||
|
||||
// TODO
|
||||
// pub inline fn querySetSetLabel(query_set: gpu.QuerySet, label: [*:0]const u8) void {
|
||||
|
||||
// TODO
|
||||
// pub inline fn querySetReference(query_set: gpu.QuerySet) void {
|
||||
|
||||
// TODO
|
||||
// pub inline fn querySetRelease(query_set: gpu.QuerySet) void {
|
||||
};
|
||||
|
||||
pub const QuerySetDescriptor = extern struct {
|
||||
next_in_chain: *const ChainedStruct,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue