layers: Add function to check if msg will be logged
authorCourtney Goeltzenleuchter <courtney@LunarG.com>
Fri, 18 Sep 2015 22:30:24 +0000 (16:30 -0600)
committerCourtney Goeltzenleuchter <courtney@LunarG.com>
Wed, 23 Sep 2015 17:14:59 +0000 (11:14 -0600)
commitb971e7234cc5c0aea1236e612d6bd3a3cd74cfd9
treef774c82fee6b925fcfc19837d3f31c4d46a2304c
parente27ff8feeaa451f4a4307ee6a46073fb027d4ec4
layers: Add function to check if msg will be logged

A layer can use will_log_msg to determine if any output
at the designated notification level(s) will be sent
somewhere. This will allow a validation layer to avoid
high compute validation tests if the results are going
to be looked at.
layers/vk_layer_logging.h