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

Public Member Functions | |
| VkRenderPass | WINE_VK_ALIGN (8) renderPass |
Public Attributes | |
| VkStructureType | sType |
| const void * | pNext |
| VkFramebufferCreateFlags | flags |
| uint32_t | attachmentCount |
| const VkImageView * | pAttachments |
| uint32_t | width |
| uint32_t | height |
| uint32_t | layers |
| VkRenderPass VkFramebufferCreateInfo::WINE_VK_ALIGN | ( | 8 | ) |
| uint32_t VkFramebufferCreateInfo::attachmentCount |
Definition at line 8820 of file vulkan.h.
Referenced by d3d12_command_list_clear(), d3d12_command_list_update_current_framebuffer(), vk_blitter_clear_rendertargets(), and wined3d_context_vk_begin_render_pass().
| VkFramebufferCreateFlags VkFramebufferCreateInfo::flags |
Definition at line 8818 of file vulkan.h.
Referenced by d3d12_command_list_clear(), d3d12_command_list_update_current_framebuffer(), vk_blitter_clear_rendertargets(), and wined3d_context_vk_begin_render_pass().
| uint32_t VkFramebufferCreateInfo::height |
Definition at line 8823 of file vulkan.h.
Referenced by d3d12_command_list_clear(), d3d12_command_list_update_current_framebuffer(), vk_blitter_clear_rendertargets(), and wined3d_context_vk_begin_render_pass().
| uint32_t VkFramebufferCreateInfo::layers |
Definition at line 8824 of file vulkan.h.
Referenced by d3d12_command_list_clear(), d3d12_command_list_update_current_framebuffer(), vk_blitter_clear_rendertargets(), and wined3d_context_vk_begin_render_pass().
| const VkImageView* VkFramebufferCreateInfo::pAttachments |
Definition at line 8821 of file vulkan.h.
Referenced by d3d12_command_list_clear(), d3d12_command_list_update_current_framebuffer(), vk_blitter_clear_rendertargets(), and wined3d_context_vk_begin_render_pass().
Definition at line 8817 of file vulkan.h.
Referenced by d3d12_command_list_clear(), d3d12_command_list_update_current_framebuffer(), vk_blitter_clear_rendertargets(), and wined3d_context_vk_begin_render_pass().
| VkStructureType VkFramebufferCreateInfo::sType |
Definition at line 8816 of file vulkan.h.
Referenced by d3d12_command_list_clear(), d3d12_command_list_update_current_framebuffer(), vk_blitter_clear_rendertargets(), and wined3d_context_vk_begin_render_pass().
| uint32_t VkFramebufferCreateInfo::width |
Definition at line 8822 of file vulkan.h.
Referenced by d3d12_command_list_clear(), d3d12_command_list_update_current_framebuffer(), vk_blitter_clear_rendertargets(), and wined3d_context_vk_begin_render_pass().