|
@@ -1,5 +1,5 @@
|
|
/*
|
|
/*
|
|
- Copyright (C) 1997-2022 Sam Lantinga <[email protected]>
|
|
|
|
|
|
+ Copyright (C) 1997-2024 Sam Lantinga <[email protected]>
|
|
|
|
|
|
This software is provided 'as-is', without any express or implied
|
|
This software is provided 'as-is', without any express or implied
|
|
warranty. In no event will the authors be held liable for any damages
|
|
warranty. In no event will the authors be held liable for any damages
|
|
@@ -470,7 +470,7 @@ init_render_state(int msaa)
|
|
gpu_device = SDL_CreateGPUDevice(
|
|
gpu_device = SDL_CreateGPUDevice(
|
|
TESTGPU_SUPPORTED_FORMATS,
|
|
TESTGPU_SUPPORTED_FORMATS,
|
|
SDL_TRUE,
|
|
SDL_TRUE,
|
|
- NULL
|
|
|
|
|
|
+ state->gpudriver
|
|
);
|
|
);
|
|
CHECK_CREATE(gpu_device, "GPU device");
|
|
CHECK_CREATE(gpu_device, "GPU device");
|
|
|
|
|