ReactOS 0.4.17-dev-934-g091855f
vkd3d_render_pass_key Struct Reference

#include <vkd3d_private.h>

Collaboration diagram for vkd3d_render_pass_key:

Public Attributes

unsigned int attachment_count
 
bool depth_enable
 
bool stencil_enable
 
bool depth_stencil_write
 
bool padding
 
unsigned int sample_count
 
VkFormat vk_formats [D3D12_SIMULTANEOUS_RENDER_TARGET_COUNT+1]
 

Detailed Description

Definition at line 275 of file vkd3d_private.h.

Member Data Documentation

◆ attachment_count

unsigned int vkd3d_render_pass_key::attachment_count

Definition at line 277 of file vkd3d_private.h.

◆ depth_enable

bool vkd3d_render_pass_key::depth_enable

Definition at line 278 of file vkd3d_private.h.

◆ depth_stencil_write

bool vkd3d_render_pass_key::depth_stencil_write

Definition at line 280 of file vkd3d_private.h.

◆ padding

bool vkd3d_render_pass_key::padding

Definition at line 281 of file vkd3d_private.h.

◆ sample_count

unsigned int vkd3d_render_pass_key::sample_count

Definition at line 282 of file vkd3d_private.h.

◆ stencil_enable

bool vkd3d_render_pass_key::stencil_enable

Definition at line 279 of file vkd3d_private.h.

◆ vk_formats

VkFormat vkd3d_render_pass_key::vk_formats[D3D12_SIMULTANEOUS_RENDER_TARGET_COUNT+1]

Definition at line 283 of file vkd3d_private.h.


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