Home | History | Annotate | Download | only in layers

Lines Matching full:settings

2 #  This file allows for per-layer settings which can dynamically affect layer
4 # Settings lines are of the form "<LayerIdentifier>.<SettingName> = <SettingValue>"
11 # There are some common settings that are used by each layer.
12 # Below is a general description of three common settings, followed by
13 # actual template settings for each layer in the SDK.
15 # Common settings descriptions:
21 # be taken when a layer wants to report information. Possible settings values
22 # are defined in the vk_layer.h header file. These settings are:
28 # app must register callback, this is a NOOP for the settings file.
50 # Example of actual settings for each layer:
53 # VK_LAYER_LUNARG_device_limits Settings
58 # VK_LAYER_LUNARG_core_validation Settings
63 # VK_LAYER_LUNARG_image Settings
68 # VK_LAYER_LUNARG_object_tracker Settings
73 # VK_LAYER_LUNARG_parameter_validation Settings
78 # VK_LAYER_LUNARG_swapchain Settings
83 # VK_LAYER_GOOGLE_threading Settings