mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-11 07:23:35 +00:00
fixing wrong variable use
This commit is contained in:
@@ -23,7 +23,7 @@ bool SoftLoadBackend(PulseBackend backend, PulseDebugLevel debug_level)
|
||||
PULSE_UNUSED(debug_level);
|
||||
SoftDriverData* driver_data = (SoftDriverData*)calloc(1, sizeof(SoftDriverData));
|
||||
PULSE_CHECK_ALLOCATION_RETVAL(driver_data, false);
|
||||
WebGPUDriver.driver_data = driver_data;
|
||||
SoftwareDriver.driver_data = driver_data;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user