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

#include <vk_clear_color_image_node.hh>

Public Attributes

VkImage vk_image
 
VkClearColorValue vk_clear_color_value
 
VkImageSubresourceRange vk_image_subresource_range
 

Detailed Description

Information stored inside the render graph node. See VKRenderGraphNode.

Definition at line 18 of file vk_clear_color_image_node.hh.

Member Data Documentation

◆ vk_clear_color_value

VkClearColorValue blender::gpu::render_graph::VKClearColorImageData::vk_clear_color_value

◆ vk_image

◆ vk_image_subresource_range

VkImageSubresourceRange blender::gpu::render_graph::VKClearColorImageData::vk_image_subresource_range

Definition at line 21 of file vk_clear_color_image_node.hh.

Referenced by blender::gpu::VKTexture::clear().


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