mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-11 15:33:34 +00:00
working on WebGPU support
This commit is contained in:
@@ -155,6 +155,7 @@ typedef struct PulseComputePassHandler
|
||||
} PulseComputePassHandler;
|
||||
|
||||
PulseThreadID PulseGetThreadID();
|
||||
void PulseSleep(int32_t ms);
|
||||
|
||||
void PulseSetInternalError(PulseErrorType error);
|
||||
|
||||
@@ -174,5 +175,8 @@ void PulseLogBackend(PulseBackend backend, PulseDebugMessageSeverity type, const
|
||||
#ifdef PULSE_ENABLE_METAL_BACKEND
|
||||
extern PulseBackendHandler MetalDriver;
|
||||
#endif // PULSE_ENABLE_METAL_BACKEND
|
||||
#ifdef PULSE_ENABLE_WEBGPU_BACKEND
|
||||
extern PulseBackendHandler WebGPUDriver;
|
||||
#endif // PULSE_ENABLE_WEBGPU_BACKEND
|
||||
|
||||
#endif // PULSE_INTERNAL_H_
|
||||
|
||||
Reference in New Issue
Block a user