|
Blender V4.3
|
#include <vk_pipeline_pool.hh>
Public Member Functions | |
| bool | operator== (const PreRasterization &other) const |
| uint64_t | hash () const |
Public Attributes | |
| VkShaderModule | vk_vertex_module |
| VkShaderModule | vk_geometry_module |
Definition at line 80 of file vk_pipeline_pool.hh.
|
inline |
Definition at line 88 of file vk_pipeline_pool.hh.
References hash(), vk_geometry_module, and vk_vertex_module.
Referenced by blender::gpu::VKGraphicsInfo::hash(), and hash().
|
inline |
Definition at line 83 of file vk_pipeline_pool.hh.
References vk_geometry_module, and vk_vertex_module.
| VkShaderModule blender::gpu::VKGraphicsInfo::PreRasterization::vk_geometry_module |
Definition at line 82 of file vk_pipeline_pool.hh.
Referenced by blender::gpu::VKShader::ensure_and_get_graphics_pipeline(), blender::gpu::VKPipelinePool::get_or_create_graphics_pipeline(), hash(), and operator==().
| VkShaderModule blender::gpu::VKGraphicsInfo::PreRasterization::vk_vertex_module |
Definition at line 81 of file vk_pipeline_pool.hh.
Referenced by blender::gpu::VKShader::ensure_and_get_graphics_pipeline(), blender::gpu::VKPipelinePool::get_or_create_graphics_pipeline(), hash(), and operator==().