gpu: add PrimitiveState

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-07-16 19:47:56 -07:00 committed by Stephen Gutekanst
parent 242b224f96
commit db0fc8ad99
2 changed files with 8 additions and 8 deletions

View file

@ -1,11 +1,3 @@
pub const PrimitiveState = extern struct {
next_in_chain: *const ChainedStruct,
topology: PrimitiveTopology,
strip_index_format: IndexFormat,
front_face: FrontFace,
cull_mode: CullMode,
};
pub const WGPUQuerySetDescriptor = extern struct {
next_in_chain: *const ChainedStruct,
label: ?[*:0]const u8 = null,