ReactOS 0.4.17-dev-934-g091855f
vkd3d_vk_descriptor_heap_layout Struct Reference

#include <vkd3d_private.h>

Collaboration diagram for vkd3d_vk_descriptor_heap_layout:

Public Attributes

VkDescriptorType type
 
bool buffer_dimension
 
D3D12_DESCRIPTOR_HEAP_TYPE applicable_heap_type
 
unsigned int count
 
VkDescriptorSetLayout vk_set_layout
 

Detailed Description

Definition at line 803 of file vkd3d_private.h.

Member Data Documentation

◆ applicable_heap_type

D3D12_DESCRIPTOR_HEAP_TYPE vkd3d_vk_descriptor_heap_layout::applicable_heap_type

Definition at line 807 of file vkd3d_private.h.

◆ buffer_dimension

bool vkd3d_vk_descriptor_heap_layout::buffer_dimension

Definition at line 806 of file vkd3d_private.h.

◆ count

unsigned int vkd3d_vk_descriptor_heap_layout::count

Definition at line 808 of file vkd3d_private.h.

◆ type

VkDescriptorType vkd3d_vk_descriptor_heap_layout::type

Definition at line 805 of file vkd3d_private.h.

◆ vk_set_layout

VkDescriptorSetLayout vkd3d_vk_descriptor_heap_layout::vk_set_layout

Definition at line 809 of file vkd3d_private.h.


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