Kohi Game Engine
vulkan_renderpass Struct Reference

A representation of the Vulkan renderpass. More...

#include <vulkan_types.h>

Data Fields

VkRenderPass handle
 The internal renderpass handle. More...
 
f32 depth
 The current render area of the renderpass. More...
 
u32 stencil
 The stencil clear value. More...
 
vulkan_render_pass_state state
 Indicates renderpass state. More...
 

Detailed Description

A representation of the Vulkan renderpass.

Field Documentation

◆ depth

f32 depth

The current render area of the renderpass.

The depth clear value.

◆ handle

VkRenderPass handle

The internal renderpass handle.

◆ state

Indicates renderpass state.

◆ stencil

u32 stencil

The stencil clear value.


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