Fixed unused var in Manager
Signed-off-by: Fabian Sauter <sauter.fabian@mailbox.org>
This commit is contained in:
parent
eb00e02708
commit
3d6c5af302
1 changed files with 5 additions and 0 deletions
|
|
@ -18,8 +18,13 @@ debugMessageCallback(VkDebugReportFlagsEXT /*flags*/,
|
|||
uint64_t /*object*/,
|
||||
size_t /*location*/,
|
||||
int32_t /*messageCode*/,
|
||||
#if KOMPUTE_OPT_ACTIVE_LOG_LEVEL <= KOMPUTE_LOG_LEVEL_DEBUG
|
||||
const char* pLayerPrefix,
|
||||
const char* pMessage,
|
||||
#else
|
||||
const char* /*pLayerPrefix*/,
|
||||
const char* /*pMessage*/,
|
||||
#endif
|
||||
void* /*pUserData*/)
|
||||
{
|
||||
KP_LOG_DEBUG("[VALIDATION]: {} - {}", pLayerPrefix, pMessage);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue