mirror of
https://github.com/cemu-project/Cemu.git
synced 2024-11-29 12:34:17 +01:00
only log todo for vulkan output shader
This commit is contained in:
parent
6eb46ed6eb
commit
61de5a3d3a
@ -301,7 +301,8 @@ RendererOutputShader::RendererOutputShader(const std::string& vertex_source, con
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
cemuLog_logDebug(LogType::Force, "RendererOutputShader() - todo for Vulkan");
|
if (g_renderer->GetType() == RendererAPI::Vulkan)
|
||||||
|
cemuLog_logDebug(LogType::Force, "RendererOutputShader() - todo for Vulkan");
|
||||||
m_attributes[0].m_loc_texture_src_resolution = -1;
|
m_attributes[0].m_loc_texture_src_resolution = -1;
|
||||||
m_attributes[0].m_loc_input_resolution = -1;
|
m_attributes[0].m_loc_input_resolution = -1;
|
||||||
m_attributes[0].m_loc_output_resolution = -1;
|
m_attributes[0].m_loc_output_resolution = -1;
|
||||||
|
Loading…
Reference in New Issue
Block a user