mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-06 03:18:13 +00:00
gpu renderer: removed unused sampler slots
There used to be 3 scale modes, now there are only 2.
This commit is contained in:
@@ -77,7 +77,7 @@ typedef struct GPU_RenderData
|
|||||||
GPU_ShaderUniformData shader_data;
|
GPU_ShaderUniformData shader_data;
|
||||||
} state;
|
} state;
|
||||||
|
|
||||||
SDL_GPUSampler *samplers[3][2];
|
SDL_GPUSampler *samplers[2][2];
|
||||||
} GPU_RenderData;
|
} GPU_RenderData;
|
||||||
|
|
||||||
typedef struct GPU_TextureData
|
typedef struct GPU_TextureData
|
||||||
|
Reference in New Issue
Block a user