gpu: add ProgrammableStageDescriptor
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
52c22e0ff2
commit
5a8585faa1
3 changed files with 9 additions and 8 deletions
|
|
@ -57,14 +57,6 @@ typedef struct WGPUDawnTogglesDeviceDescriptor {
|
|||
|
||||
|
||||
|
||||
typedef struct WGPUProgrammableStageDescriptor {
|
||||
WGPUChainedStruct const * nextInChain;
|
||||
WGPUShaderModule module;
|
||||
char const * entryPoint;
|
||||
uint32_t constantCount;
|
||||
WGPUConstantEntry const * constants;
|
||||
} WGPUProgrammableStageDescriptor;
|
||||
|
||||
typedef struct WGPUTextureDescriptor {
|
||||
WGPUChainedStruct const * nextInChain;
|
||||
char const * label;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue