|
Blender V4.3
|
#include <vk_pipeline_pool.hh>
Public Member Functions | |
| bool | operator== (const VKComputeInfo &other) const |
Public Attributes | |
| VkShaderModule | vk_shader_module |
| VkPipelineLayout | vk_pipeline_layout |
| Vector< shader::SpecializationConstant::Value > | specialization_constants |
Struct containing key information to identify a compute pipeline.
Definition at line 26 of file vk_pipeline_pool.hh.
|
inline |
Definition at line 31 of file vk_pipeline_pool.hh.
References specialization_constants, vk_pipeline_layout, and vk_shader_module.
| Vector<shader::SpecializationConstant::Value> blender::gpu::VKComputeInfo::specialization_constants |
Definition at line 29 of file vk_pipeline_pool.hh.
Referenced by blender::gpu::VKShader::ensure_and_get_compute_pipeline(), blender::gpu::VKPipelinePool::get_or_create_compute_pipeline(), blender::DefaultHash< gpu::VKComputeInfo >::operator()(), and operator==().
| VkPipelineLayout blender::gpu::VKComputeInfo::vk_pipeline_layout |
Definition at line 28 of file vk_pipeline_pool.hh.
Referenced by blender::gpu::VKShader::ensure_and_get_compute_pipeline(), blender::gpu::VKPipelinePool::get_or_create_compute_pipeline(), blender::DefaultHash< gpu::VKComputeInfo >::operator()(), and operator==().
| VkShaderModule blender::gpu::VKComputeInfo::vk_shader_module |
Definition at line 27 of file vk_pipeline_pool.hh.
Referenced by blender::gpu::VKShader::ensure_and_get_compute_pipeline(), blender::gpu::VKPipelinePool::get_or_create_compute_pipeline(), blender::DefaultHash< gpu::VKComputeInfo >::operator()(), and operator==().