mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-03-20 15:51:07 +01:00
Removed the preferLowPower parameter from SDL_CreateGPUDevice()
This commit is contained in:
@@ -469,8 +469,7 @@ init_render_state(int msaa)
|
||||
|
||||
gpu_device = SDL_CreateGPUDevice(
|
||||
TESTGPU_SUPPORTED_FORMATS,
|
||||
1,
|
||||
0,
|
||||
SDL_TRUE,
|
||||
NULL
|
||||
);
|
||||
CHECK_CREATE(gpu_device, "GPU device");
|
||||
|
||||
Reference in New Issue
Block a user