|
Blender V4.3
|
#include <vk_pipeline_pool.hh>
Public Member Functions | |
| bool | operator== (const VertexIn &other) const |
| uint64_t | hash () const |
Public Attributes | |
| VkPrimitiveTopology | vk_topology |
| Vector< VkVertexInputAttributeDescription > | attributes |
| Vector< VkVertexInputBindingDescription > | bindings |
Definition at line 47 of file vk_pipeline_pool.hh.
|
inline |
Definition at line 62 of file vk_pipeline_pool.hh.
References attributes, bindings, hash(), and vk_topology.
Referenced by blender::gpu::VKGraphicsInfo::hash(), hash(), and operator==().
|
inline |
Definition at line 52 of file vk_pipeline_pool.hh.
References bindings, hash(), blender::Vector< T, InlineBufferCapacity, Allocator >::hash(), and vk_topology.
| Vector<VkVertexInputAttributeDescription> blender::gpu::VKGraphicsInfo::VertexIn::attributes |
Definition at line 49 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().
| Vector<VkVertexInputBindingDescription> blender::gpu::VKGraphicsInfo::VertexIn::bindings |
Definition at line 50 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==().
| VkPrimitiveTopology blender::gpu::VKGraphicsInfo::VertexIn::vk_topology |
Definition at line 48 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==().