Skip to content
This repository was archived by the owner on Jul 19, 2018. It is now read-only.

Commit 6e7a47c

Browse files
committed
layers:Enable memory access warning callback
Turning on all of the memory tracking code as there is almost no perf hit on "smoketest --validate -s" now. Also the warning callback has a large caveat statement to help developers share suspected issues and disregard as they see fit.
1 parent dbac48b commit 6e7a47c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

layers/vk_layer_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
extern "C" {
3030
#endif
3131

32-
//#define ENABLE_MEMORY_ACCESS_CALLBACK
32+
#define ENABLE_MEMORY_ACCESS_CALLBACK
3333

3434
// Definitions for Debug Actions
3535
typedef enum VkLayerDbgActionBits {

0 commit comments

Comments
 (0)