mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-04 17:06:25 +00:00
Generalize and validate optional GPU feature properties
Fixes https://github.com/libsdl-org/SDL/issues/13139 Fixes https://github.com/libsdl-org/SDL/issues/13138
This commit is contained in:
@@ -1096,6 +1096,9 @@ struct SDL_GPUDevice
|
||||
|
||||
// Store this for SDL_gpu.c's debug layer
|
||||
bool debug_mode;
|
||||
bool validate_feature_depth_clamp_disabled;
|
||||
bool validate_feature_indirect_draw_first_instance_disabled;
|
||||
bool validate_feature_anisotropy_disabled;
|
||||
};
|
||||
|
||||
#define ASSIGN_DRIVER_FUNC(func, name) \
|
||||
|
Reference in New Issue
Block a user