mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
Fixed build
This commit is contained in:
parent
5605f85d84
commit
02fc571cfd
1 changed files with 1 additions and 1 deletions
|
|
@ -3386,7 +3386,7 @@ static VULKAN_Shader SelectShader(const VULKAN_PixelShaderConstants *shader_cons
|
|||
return SHADER_SOLID;
|
||||
}
|
||||
|
||||
if (!shader_constants->pixel_art &&
|
||||
if (shader_constants->pixel_art == 0.0f &&
|
||||
shader_constants->input_type == INPUTTYPE_UNSPECIFIED &&
|
||||
shader_constants->tonemap_method == TONEMAP_NONE) {
|
||||
return SHADER_RGB;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue