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

Commit

Permalink
layers:Enable memory access warning callback
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tobine committed Sep 13, 2017
1 parent f319eea commit 4267210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layers/vk_layer_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
extern "C" {
#endif

//#define ENABLE_MEMORY_ACCESS_CALLBACK
#define ENABLE_MEMORY_ACCESS_CALLBACK

// Definitions for Debug Actions
typedef enum VkLayerDbgActionBits {
Expand Down

0 comments on commit 4267210

Please sign in to comment.