mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-20 22:03:12 +01:00
Cleanup.
This commit is contained in:
@@ -3172,11 +3172,6 @@ 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)
|
||||
|
||||
Reference in New Issue
Block a user