gpu: add VertexState
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
77810482bd
commit
ec300679a0
3 changed files with 10 additions and 11 deletions
10
gpu/src/TODO
10
gpu/src/TODO
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue