mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-29 14:38:29 +00:00
Fixed build
This commit is contained in:
@@ -3386,7 +3386,7 @@ static VULKAN_Shader SelectShader(const VULKAN_PixelShaderConstants *shader_cons
|
|||||||
return SHADER_SOLID;
|
return SHADER_SOLID;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!shader_constants->pixel_art &&
|
if (shader_constants->pixel_art == 0.0f &&
|
||||||
shader_constants->input_type == INPUTTYPE_UNSPECIFIED &&
|
shader_constants->input_type == INPUTTYPE_UNSPECIFIED &&
|
||||||
shader_constants->tonemap_method == TONEMAP_NONE) {
|
shader_constants->tonemap_method == TONEMAP_NONE) {
|
||||||
return SHADER_RGB;
|
return SHADER_RGB;
|
||||||
|
Reference in New Issue
Block a user