Removed the preferLowPower parameter from SDL_CreateGPUDevice()

This commit is contained in:
Sam Lantinga
2024-08-29 16:35:28 -07:00
parent 3046335f28
commit 62f6e6b701
4 changed files with 3 additions and 9 deletions

View File

@@ -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");