gpu: add FragmentState

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

View file

@ -99,16 +99,6 @@ typedef struct WGPUSupportedLimits {
WGPULimits limits;
} WGPUSupportedLimits;
typedef struct WGPUFragmentState {
WGPUChainedStruct const * nextInChain;
WGPUShaderModule module;
char const * entryPoint;
uint32_t constantCount;
WGPUConstantEntry const * constants;
uint32_t targetCount;
WGPUColorTargetState const * targets;
} WGPUFragmentState;
typedef struct WGPUExternalTextureBindingEntry {
WGPUChainedStruct chain;
WGPUExternalTexture externalTexture;