- createSurface
WGPUSurface createSurface(WGPUInstance instance, SDL_Window* window, SDL_SysWMinfo wmInfo)
Undocumented in source. Be warned that the author may not have intended to support it.
- logCallback
void logCallback(WGPULogLevel level, const(char)* msg, void* user_data)
Undocumented in source. Be warned that the author may not have intended to support it.
- main
void main(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
- quit
void quit(string message)
Undocumented in source. Be warned that the author may not have intended to support it.
- requestAdapterCallback
void requestAdapterCallback(WGPURequestAdapterStatus status, WGPUAdapter adapter, const(char)* message, void* userdata)
Undocumented in source. Be warned that the author may not have intended to support it.
- requestDeviceCallback
void requestDeviceCallback(WGPURequestDeviceStatus status, WGPUDevice device, const(char)* message, void* userdata)
Undocumented in source. Be warned that the author may not have intended to support it.