From faf9dac98d1d8f0e83b045cce23937619da8ae0a Mon Sep 17 00:00:00 2001 From: Tobin Ehlis Date: Tue, 1 Dec 2015 09:48:58 -0700 Subject: layers: MR75, Merge DrawState and ShaderChecker into DrawState layer This is the initial "dumb" merge where a few data structures are now duplicated within DrawState. This is intentional to simplify the transition and a follow-on commit will fix these inefficiencies. Conflicts: layers/draw_state.cpp --- layers/linux/shader_checker.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 layers/linux/shader_checker.json (limited to 'layers/linux') diff --git a/layers/linux/shader_checker.json b/layers/linux/shader_checker.json deleted file mode 100644 index 946dbde4..00000000 --- a/layers/linux/shader_checker.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "file_format_version" : "1.0.0", - "layer" : { - "name": "VK_LAYER_LUNARG_ShaderChecker", - "type": "GLOBAL", - "library_path": "./libVKLayerShaderChecker.so", - "api_version": "0.210.0", - "implementation_version": "1", - "description": "LunarG Validation Layer" - } -} -- cgit v1.2.3