Blender V4.3
blender::gpu::VKGraphicsInfo::PreRasterization Struct Reference

#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
 

Detailed Description

Definition at line 80 of file vk_pipeline_pool.hh.

Member Function Documentation

◆ hash()

uint64_t blender::gpu::VKGraphicsInfo::PreRasterization::hash ( ) const
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().

◆ operator==()

bool blender::gpu::VKGraphicsInfo::PreRasterization::operator== ( const PreRasterization & other) const
inline

Definition at line 83 of file vk_pipeline_pool.hh.

References vk_geometry_module, and vk_vertex_module.

Member Data Documentation

◆ vk_geometry_module

VkShaderModule blender::gpu::VKGraphicsInfo::PreRasterization::vk_geometry_module

◆ vk_vertex_module

VkShaderModule blender::gpu::VKGraphicsInfo::PreRasterization::vk_vertex_module

The documentation for this struct was generated from the following file: