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

Public Attributes | |
| VkStructureType | sType |
| const void * | pNext |
| uint32_t | waitSemaphoreCount |
| const VkSemaphore * | pWaitSemaphores |
| const VkPipelineStageFlags * | pWaitDstStageMask |
| uint32_t | commandBufferCount |
| const VkCommandBuffer * | pCommandBuffers |
| uint32_t | signalSemaphoreCount |
| const VkSemaphore * | pSignalSemaphores |
| uint32_t VkSubmitInfo::commandBufferCount |
Definition at line 14153 of file vulkan.h.
Referenced by d3d12_command_queue_execute(), d3d12_command_queue_signal(), d3d12_command_queue_wait_binary_semaphore_locked(), d3d12_command_queue_wait_locked(), d3d12_swapchain_queue_present(), vkd3d_init_null_resources_data(), and wined3d_context_vk_submit_command_buffer().
| const VkCommandBuffer* VkSubmitInfo::pCommandBuffers |
Definition at line 14154 of file vulkan.h.
Referenced by d3d12_command_queue_execute(), d3d12_command_queue_signal(), d3d12_command_queue_wait_binary_semaphore_locked(), d3d12_command_queue_wait_locked(), d3d12_swapchain_queue_present(), vkd3d_init_null_resources_data(), and wined3d_context_vk_submit_command_buffer().
Definition at line 14149 of file vulkan.h.
Referenced by d3d12_command_queue_signal(), d3d12_command_queue_wait_binary_semaphore_locked(), d3d12_command_queue_wait_locked(), d3d12_swapchain_queue_present(), vkd3d_init_null_resources_data(), and wined3d_context_vk_submit_command_buffer().
| const VkSemaphore* VkSubmitInfo::pSignalSemaphores |
Definition at line 14156 of file vulkan.h.
Referenced by d3d12_command_queue_signal(), d3d12_command_queue_wait_binary_semaphore_locked(), d3d12_command_queue_wait_locked(), d3d12_swapchain_queue_present(), vkd3d_init_null_resources_data(), and wined3d_context_vk_submit_command_buffer().
| const VkPipelineStageFlags* VkSubmitInfo::pWaitDstStageMask |
Definition at line 14152 of file vulkan.h.
Referenced by d3d12_command_queue_signal(), d3d12_command_queue_wait_binary_semaphore_locked(), d3d12_command_queue_wait_locked(), d3d12_swapchain_queue_present(), vkd3d_init_null_resources_data(), and wined3d_context_vk_submit_command_buffer().
| const VkSemaphore* VkSubmitInfo::pWaitSemaphores |
Definition at line 14151 of file vulkan.h.
Referenced by d3d12_command_queue_signal(), d3d12_command_queue_wait_binary_semaphore_locked(), d3d12_command_queue_wait_locked(), d3d12_swapchain_queue_present(), vkd3d_init_null_resources_data(), and wined3d_context_vk_submit_command_buffer().
| uint32_t VkSubmitInfo::signalSemaphoreCount |
Definition at line 14155 of file vulkan.h.
Referenced by d3d12_command_queue_signal(), d3d12_command_queue_wait_binary_semaphore_locked(), d3d12_command_queue_wait_locked(), d3d12_swapchain_queue_present(), vkd3d_init_null_resources_data(), and wined3d_context_vk_submit_command_buffer().
| VkStructureType VkSubmitInfo::sType |
Definition at line 14148 of file vulkan.h.
Referenced by d3d12_command_queue_execute(), d3d12_command_queue_signal(), d3d12_command_queue_wait_binary_semaphore_locked(), d3d12_command_queue_wait_locked(), d3d12_swapchain_queue_present(), vkd3d_init_null_resources_data(), and wined3d_context_vk_submit_command_buffer().
| uint32_t VkSubmitInfo::waitSemaphoreCount |
Definition at line 14150 of file vulkan.h.
Referenced by d3d12_command_queue_signal(), d3d12_command_queue_wait_binary_semaphore_locked(), d3d12_command_queue_wait_locked(), d3d12_swapchain_queue_present(), vkd3d_init_null_resources_data(), and wined3d_context_vk_submit_command_buffer().