Fixed the value of the FATAL_ERROR bit
authorCharles Giessen <charles@lunarg.com>
Sat, 29 Jul 2023 19:15:13 +0000 (13:15 -0600)
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>
Sat, 29 Jul 2023 19:30:07 +0000 (13:30 -0600)
commit280997da523951c4016f4ca6af66d58a31e36ab3
tree701df3f708c2f804a5c9b5c900c333915f48f956
parent1f78c0bda2846cf552a285f67a402e3c4dc9e097
Fixed the value of the FATAL_ERROR bit

0x160 is *not* the next highest power of two in hex after 0x80, it is in fact 0x100.

This error caused the log function to always log every message, rather than just
fatal ones and whatever messages match the VK_LOADER_LOG environment variable.
loader/log.c
loader/log.h