mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
Removed the preferLowPower parameter from SDL_CreateGPUDevice()
This commit is contained in:
parent
3046335f28
commit
62f6e6b701
4 changed files with 3 additions and 9 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue