mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 09:40:06 +00:00
Shaders_improve_message_for_textures_not_found
This commit is contained in:
parent
8ababb3973
commit
e6ee8818af
@ -600,8 +600,10 @@ bool slang_reflect(
|
||||
}
|
||||
else if (index == SLANG_INVALID_TEXTURE_SEMANTIC)
|
||||
{
|
||||
RARCH_ERR("[slang]: Non-semantic textures not supported yet, "
|
||||
"Probably a texture name or pass alias is not found. \n");
|
||||
RARCH_ERR("[slang]: Texture name '%s' not found in semantic map, "
|
||||
"Probably the texture name or pass alias is not defined "
|
||||
"in the preset (Non-semantic textures not supported yet)\n",
|
||||
fragment.sampled_images[i].name.c_str());
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user