diff options
author | Jason Ekstrand <[email protected]> | 2018-06-28 22:44:24 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2018-07-02 12:09:49 -0700 |
commit | 70ce8804341479aba8115784d8dad1166315e402 (patch) | |
tree | 0c67966e7a136783b2b8572aecb835e677b3329d /src/intel/vulkan/anv_private.h | |
parent | 3a5ed18c516c7aef376cfc99adb265b1f36bf781 (diff) |
anv: Add state setup support for shader constants
Reviewed-by: Timothy Arceri <[email protected]>
Reviewed-by: Iago Toral Quiroga <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/intel/vulkan/anv_private.h')
-rw-r--r-- | src/intel/vulkan/anv_private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/vulkan/anv_private.h b/src/intel/vulkan/anv_private.h index f82b88df7a0..139c48b7e46 100644 --- a/src/intel/vulkan/anv_private.h +++ b/src/intel/vulkan/anv_private.h @@ -1570,6 +1570,7 @@ anv_descriptor_set_destroy(struct anv_device *device, struct anv_descriptor_pool *pool, struct anv_descriptor_set *set); +#define ANV_DESCRIPTOR_SET_SHADER_CONSTANTS (UINT8_MAX - 1) #define ANV_DESCRIPTOR_SET_COLOR_ATTACHMENTS UINT8_MAX struct anv_pipeline_binding { |