|
ReactOS 0.4.17-dev-934-g091855f
|
#include <vkd3d_private.h>

Public Attributes | |
| VkSampleCountFlagBits | sample_count |
| const struct vkd3d_format * | format |
| uint64_t | width |
| unsigned int | height |
| unsigned int | layer_count |
| struct vkd3d_view * | view |
| struct d3d12_resource * | resource |
Definition at line 754 of file vkd3d_private.h.
| const struct vkd3d_format* d3d12_dsv_desc::format |
Definition at line 757 of file vkd3d_private.h.
Referenced by d3d12_command_list_ClearDepthStencilView(), d3d12_command_list_OMSetRenderTargets(), and d3d12_dsv_desc_create_dsv().
Definition at line 759 of file vkd3d_private.h.
Referenced by d3d12_command_list_ClearDepthStencilView(), d3d12_command_list_OMSetRenderTargets(), and d3d12_dsv_desc_create_dsv().
Definition at line 760 of file vkd3d_private.h.
Referenced by d3d12_command_list_ClearDepthStencilView(), d3d12_command_list_OMSetRenderTargets(), and d3d12_dsv_desc_create_dsv().
| struct d3d12_resource* d3d12_dsv_desc::resource |
Definition at line 762 of file vkd3d_private.h.
Referenced by d3d12_command_list_ClearDepthStencilView(), d3d12_command_list_OMSetRenderTargets(), and d3d12_dsv_desc_create_dsv().
| VkSampleCountFlagBits d3d12_dsv_desc::sample_count |
Definition at line 756 of file vkd3d_private.h.
Referenced by d3d12_command_list_ClearDepthStencilView(), and d3d12_dsv_desc_create_dsv().
| struct vkd3d_view* d3d12_dsv_desc::view |
Definition at line 761 of file vkd3d_private.h.
Referenced by d3d12_command_list_ClearDepthStencilView(), d3d12_command_list_OMSetRenderTargets(), d3d12_dsv_desc_create_dsv(), and d3d12_dsv_desc_destroy().
| uint64_t d3d12_dsv_desc::width |
Definition at line 758 of file vkd3d_private.h.
Referenced by d3d12_command_list_ClearDepthStencilView(), d3d12_command_list_OMSetRenderTargets(), and d3d12_dsv_desc_create_dsv().