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
|
|
@ -1,7 +1,16 @@
|
|||
const ChainedStruct = @import("types.zig").ChainedStruct;
|
||||
const BindGroupLayout = @import("bind_group_layout.zig").BindGroupLayout;
|
||||
|
||||
pub const PipelineLayout = *opaque {};
|
||||
pub const PipelineLayout = *opaque {
|
||||
// TODO
|
||||
// pub inline fn pipelineLayoutSetLabel(pipeline_layout: gpu.PipelineLayout, label: [*:0]const u8) void {
|
||||
|
||||
// TODO
|
||||
// pub inline fn pipelineLayoutReference(pipeline_layout: gpu.PipelineLayout) void {
|
||||
|
||||
// TODO
|
||||
// pub inline fn pipelineLayoutRelease(pipeline_layout: gpu.PipelineLayout) void {
|
||||
};
|
||||
|
||||
pub const PipelineLayoutDescriptor = extern struct {
|
||||
next_in_chain: *const ChainedStruct,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue