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

Public Member Functions | |
| VkRenderPass | WINE_VK_ALIGN (8) renderPass |
| VkFramebuffer | WINE_VK_ALIGN (8) framebuffer |
Public Attributes | |
| VkStructureType | sType |
| const void * | pNext |
| VkRect2D | renderArea |
| uint32_t | clearValueCount |
| const VkClearValue * | pClearValues |
| VkFramebuffer VkRenderPassBeginInfo::WINE_VK_ALIGN | ( | 8 | ) |
| VkRenderPass VkRenderPassBeginInfo::WINE_VK_ALIGN | ( | 8 | ) |
| uint32_t VkRenderPassBeginInfo::clearValueCount |
Definition at line 13647 of file vulkan.h.
Referenced by d3d12_command_list_begin_render_pass(), d3d12_command_list_clear(), vk_blitter_clear_rendertargets(), and wined3d_context_vk_begin_render_pass().
| const VkClearValue* VkRenderPassBeginInfo::pClearValues |
Definition at line 13648 of file vulkan.h.
Referenced by d3d12_command_list_begin_render_pass(), d3d12_command_list_clear(), vk_blitter_clear_rendertargets(), and wined3d_context_vk_begin_render_pass().
Definition at line 13643 of file vulkan.h.
Referenced by d3d12_command_list_begin_render_pass(), d3d12_command_list_clear(), vk_blitter_clear_rendertargets(), and wined3d_context_vk_begin_render_pass().
| VkRect2D VkRenderPassBeginInfo::renderArea |
Definition at line 13646 of file vulkan.h.
Referenced by d3d12_command_list_begin_render_pass(), d3d12_command_list_clear(), vk_blitter_clear_rendertargets(), and wined3d_context_vk_begin_render_pass().
| VkStructureType VkRenderPassBeginInfo::sType |
Definition at line 13642 of file vulkan.h.
Referenced by d3d12_command_list_begin_render_pass(), d3d12_command_list_clear(), vk_blitter_clear_rendertargets(), and wined3d_context_vk_begin_render_pass().