Blender V4.3
blender::gpu::VKComputeInfo Struct Reference

#include <vk_pipeline_pool.hh>

Public Member Functions

bool operator== (const VKComputeInfo &other) const
 

Public Attributes

VkShaderModule vk_shader_module
 
VkPipelineLayout vk_pipeline_layout
 
Vector< shader::SpecializationConstant::Valuespecialization_constants
 

Detailed Description

Struct containing key information to identify a compute pipeline.

Definition at line 26 of file vk_pipeline_pool.hh.

Member Function Documentation

◆ operator==()

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

Member Data Documentation

◆ specialization_constants

◆ vk_pipeline_layout

◆ vk_shader_module


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