gpu: add ComputePipeline.Descriptor

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-07-16 20:58:33 -07:00 committed by Stephen Gutekanst
parent 44d378e102
commit 286cbb6160
2 changed files with 11 additions and 7 deletions

View file

@ -1,10 +1,3 @@
pub const WGPUComputePipelineDescriptor = extern struct {
next_in_chain: *const ChainedStruct,
label: ?[*:0]const u8 = null,
layout: PipelineLayout = PipelineLayout.none, // nullable
compute: ProgrammableStageDescriptor,
};
pub const WGPUDeviceDescriptor = extern struct {
next_in_chain: *const ChainedStruct,
label: ?[*:0]const u8 = null,