|
Blender V4.3
|
#include <vk_pipeline_pool.hh>
Public Member Functions | |
| bool | operator== (const FragmentOut &other) const |
| uint64_t | hash () const |
Public Attributes | |
| VkFormat | depth_attachment_format |
| VkFormat | stencil_attachment_format |
| Vector< VkFormat > | color_attachment_formats |
Definition at line 143 of file vk_pipeline_pool.hh.
|
inline |
Definition at line 153 of file vk_pipeline_pool.hh.
References color_attachment_formats, depth_attachment_format, hash(), and stencil_attachment_format.
Referenced by hash(), blender::gpu::VKGraphicsInfo::hash(), and operator==().
|
inline |
Definition at line 148 of file vk_pipeline_pool.hh.
References hash().
| Vector<VkFormat> blender::gpu::VKGraphicsInfo::FragmentOut::color_attachment_formats |
Definition at line 146 of file vk_pipeline_pool.hh.
Referenced by blender::gpu::VKShader::ensure_and_get_graphics_pipeline(), blender::gpu::VKPipelinePool::get_or_create_graphics_pipeline(), and hash().
| VkFormat blender::gpu::VKGraphicsInfo::FragmentOut::depth_attachment_format |
Definition at line 144 of file vk_pipeline_pool.hh.
Referenced by blender::gpu::VKShader::ensure_and_get_graphics_pipeline(), blender::gpu::VKPipelinePool::get_or_create_graphics_pipeline(), and hash().
| VkFormat blender::gpu::VKGraphicsInfo::FragmentOut::stencil_attachment_format |
Definition at line 145 of file vk_pipeline_pool.hh.
Referenced by blender::gpu::VKShader::ensure_and_get_graphics_pipeline(), blender::gpu::VKPipelinePool::get_or_create_graphics_pipeline(), and hash().