gpu: add StencilFaceState
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
9b08741970
commit
ad03565ff5
3 changed files with 13 additions and 9 deletions
12
gpu/src/TODO
12
gpu/src/TODO
|
|
@ -374,9 +374,6 @@ typedef struct WGPURenderPassTimestampWrite {
|
|||
WGPURenderPassTimestampLocation location;
|
||||
} WGPURenderPassTimestampWrite;
|
||||
|
||||
|
||||
|
||||
|
||||
typedef struct WGPURenderPassDepthStencilAttachment {
|
||||
WGPUTextureView view;
|
||||
WGPULoadOp depthLoadOp;
|
||||
|
|
@ -391,12 +388,9 @@ typedef struct WGPURenderPassDepthStencilAttachment {
|
|||
bool stencilReadOnly;
|
||||
} WGPURenderPassDepthStencilAttachment;
|
||||
|
||||
typedef struct WGPUStencilFaceState {
|
||||
WGPUCompareFunction compare;
|
||||
WGPUStencilOperation failOp;
|
||||
WGPUStencilOperation depthFailOp;
|
||||
WGPUStencilOperation passOp;
|
||||
} WGPUStencilFaceState;
|
||||
|
||||
|
||||
|
||||
|
||||
typedef struct WGPUVertexAttribute {
|
||||
WGPUVertexFormat format;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue