gpu: add VertexState

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-03-11 17:19:40 -07:00 committed by Stephen Gutekanst
parent 77810482bd
commit ec300679a0
3 changed files with 10 additions and 11 deletions

View file

@ -99,16 +99,6 @@ typedef struct WGPUSupportedLimits {
WGPULimits limits;
} WGPUSupportedLimits;
typedef struct WGPUVertexState {
WGPUChainedStruct const * nextInChain;
WGPUShaderModule module;
char const * entryPoint;
uint32_t constantCount;
WGPUConstantEntry const * constants;
uint32_t bufferCount;
WGPUVertexBufferLayout const * buffers;
} WGPUVertexState;
typedef struct WGPUFragmentState {
WGPUChainedStruct const * nextInChain;
WGPUShaderModule module;