This commit is contained in:
Бранимир Караџић 2019-08-04 19:53:28 -07:00
parent e604ca021d
commit b59467c5fc

View File

@ -3172,6 +3172,11 @@ VK_IMPORT_DEVICE
if (true //NULL != m_currentColor
&& BGFX_CLEAR_COLOR & _clear.m_flags)
{
case UniformType::Sampler:
case UniformType::Sampler|BGFX_UNIFORM_FRAGMENTBIT:
// do nothing, but VkDescriptorSetImageInfo would be set before drawing
break;
if (BGFX_CLEAR_COLOR_USE_PALETTE & _clear.m_flags)
{
for (uint32_t ii = 0; ii < numMrt; ++ii)