gpu: fix tests
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
3589e9cbaf
commit
1ce40e1b46
14 changed files with 84 additions and 84 deletions
|
|
@ -29,7 +29,7 @@ pub const RenderPipeline = opaque {
|
|||
pub const RenderPipelineDescriptor = extern struct {
|
||||
next_in_chain: ?*const ChainedStruct = null,
|
||||
label: ?[*:0]const u8 = null,
|
||||
layout: ?PipelineLayout,
|
||||
layout: ?*PipelineLayout,
|
||||
vertex: VertexState,
|
||||
primitive: PrimitiveState,
|
||||
depth_stencil: ?*const DepthStencilState,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue