|
Blender V5.0
|
#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 57 of file vk_pipeline_pool.hh.
|
inline |
Definition at line 72 of file vk_pipeline_pool.hh.
References attributes, bindings, hash(), and vk_topology.
Referenced by hash(), and operator==().
|
inline |
Definition at line 62 of file vk_pipeline_pool.hh.
References attributes, bindings, hash(), Vector< T, InlineBufferCapacity, Allocator >::hash(), and vk_topology.
| Vector<VkVertexInputAttributeDescription> blender::gpu::VKGraphicsInfo::VertexIn::attributes |
Definition at line 59 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==().
| Vector<VkVertexInputBindingDescription> blender::gpu::VKGraphicsInfo::VertexIn::bindings |
Definition at line 60 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 58 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==().