Blender V5.0
blender::gpu::render_graph::VKUpdateMipmapsNode Class Reference

#include <vk_update_mipmaps_node.hh>

Inherits blender::gpu::render_graph::VKNodeInfo< VKNodeType::UPDATE_MIPMAPS, VKUpdateMipmapsData, VKUpdateMipmapsData, VK_PIPELINE_STAGE_TRANSFER_BIT, VKResourceType::IMAGE >.

Public Member Functions

template<typename Node, typename Storage>
void set_node_data (Node &node, Storage &, const CreateInfo &create_info)
void build_links (VKResourceStateTracker &resources, VKRenderGraphNodeLinks &node_links, const CreateInfo &create_info) override
void build_commands (VKCommandBufferInterface &command_buffer, Data &data, VKBoundPipelines &) override
Public Member Functions inherited from blender::NonCopyable
 NonCopyable (const NonCopyable &other)=delete
NonCopyableoperator= (const NonCopyable &other)=delete
 NonCopyable ()=default
 NonCopyable (NonCopyable &&other)=default
NonCopyableoperator= (NonCopyable &&other)=default

Additional Inherited Members

Public Types inherited from blender::gpu::render_graph::VKNodeInfo< VKNodeType::UPDATE_MIPMAPS, VKUpdateMipmapsData, VKUpdateMipmapsData, VK_PIPELINE_STAGE_TRANSFER_BIT, VKResourceType::IMAGE >
using CreateInfo
using Data
Static Public Member Functions inherited from blender::gpu::render_graph::VKNodeInfo< VKNodeType::UPDATE_MIPMAPS, VKUpdateMipmapsData, VKUpdateMipmapsData, VK_PIPELINE_STAGE_TRANSFER_BIT, VKResourceType::IMAGE >
static void set_node_data (Node &node, Storage &storage, const CreateInfo &create_info)
Static Public Attributes inherited from blender::gpu::render_graph::VKNodeInfo< VKNodeType::UPDATE_MIPMAPS, VKUpdateMipmapsData, VKUpdateMipmapsData, VK_PIPELINE_STAGE_TRANSFER_BIT, VKResourceType::IMAGE >
static constexpr VKNodeType node_type
static constexpr VkPipelineStageFlags pipeline_stage
static constexpr VKResourceType resource_usages

Detailed Description

Update mipmaps Node

Definition at line 31 of file vk_update_mipmaps_node.hh.

Member Function Documentation

◆ build_commands()

◆ build_links()

◆ set_node_data()

template<typename Node, typename Storage>
void blender::gpu::render_graph::VKUpdateMipmapsNode::set_node_data ( Node & node,
Storage & ,
const CreateInfo & create_info )
inline

Update the node data with the data inside create_info.

Has been implemented as a template to ensure all node specific data (VK*Data/VK*CreateInfo) types can be included in the same header file as the logic. The actual node data (VKRenderGraphNode includes all header files.)

Definition at line 45 of file vk_update_mipmaps_node.hh.


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