Data Fields | |
WGPUChainedStruct const * | nextInChain |
WGPUCallbackMode | mode |
WGPUCreateRenderPipelineAsyncCallback | callback |
void * | userdata1 |
void * | userdata2 |
WGPUChainedStruct const* WGPUCreateRenderPipelineAsyncCallbackInfo::nextInChain |
WGPUCallbackMode WGPUCreateRenderPipelineAsyncCallbackInfo::mode |
Controls when the callback may be called.
Has no default. The INIT
macro sets this to (WGPUCallbackMode)0.
WGPUCreateRenderPipelineAsyncCallback WGPUCreateRenderPipelineAsyncCallbackInfo::callback |
void* WGPUCreateRenderPipelineAsyncCallbackInfo::userdata1 |