Blender V4.3
blender::gpu::render_graph::VKBoundPipelines Struct Reference

#include <vk_pipeline_data.hh>

Public Attributes

VKBoundPipeline compute
 
struct { 
 
   VKBoundPipeline   pipeline 
 
   VKIndexBufferBinding   index_buffer 
 
   VKVertexBufferBindings   vertex_buffers 
 
graphics 
 

Detailed Description

Vulkan keeps track of bound resources for graphics separate from compute. This struct store last bound resources for both bind points.

Definition at line 74 of file vk_pipeline_data.hh.

Member Data Documentation

◆ compute

VKBoundPipeline blender::gpu::render_graph::VKBoundPipelines::compute

◆ [struct]

◆ index_buffer

◆ pipeline

◆ vertex_buffers


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