Log: Switch to enum class
Need to change the channel to a bitset too.. the string lookups are horribly slow, and conflict when one is a prefix of another.
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
#include "common/bitutils.h"
|
||||
#include "common/log.h"
|
||||
|
||||
Log_SetChannel(VulkanDevice);
|
||||
LOG_CHANNEL(VulkanDevice);
|
||||
|
||||
static constexpr const VkComponentMapping s_identity_swizzle{
|
||||
VK_COMPONENT_SWIZZLE_IDENTITY, VK_COMPONENT_SWIZZLE_IDENTITY, VK_COMPONENT_SWIZZLE_IDENTITY,
|
||||
|
||||
Reference in New Issue
Block a user