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

Public Attributes | |
| VkStructureType | sType |
| const void * | pNext |
| VkQueryPoolCreateFlags | flags |
| VkQueryType | queryType |
| uint32_t | queryCount |
| VkQueryPipelineStatisticFlags | pipelineStatistics |
| VkQueryPoolCreateFlags VkQueryPoolCreateInfo::flags |
Definition at line 13480 of file vulkan.h.
Referenced by d3d12_query_heap_create(), and wined3d_query_pool_vk_init().
| VkQueryPipelineStatisticFlags VkQueryPoolCreateInfo::pipelineStatistics |
Definition at line 13483 of file vulkan.h.
Referenced by d3d12_query_heap_create(), and wined3d_query_pool_vk_init().
Definition at line 13479 of file vulkan.h.
Referenced by d3d12_query_heap_create(), and wined3d_query_pool_vk_init().
| uint32_t VkQueryPoolCreateInfo::queryCount |
Definition at line 13482 of file vulkan.h.
Referenced by d3d12_query_heap_create(), and wined3d_query_pool_vk_init().
| VkQueryType VkQueryPoolCreateInfo::queryType |
Definition at line 13481 of file vulkan.h.
Referenced by d3d12_query_heap_create(), and wined3d_query_pool_vk_init().
| VkStructureType VkQueryPoolCreateInfo::sType |
Definition at line 13478 of file vulkan.h.
Referenced by d3d12_query_heap_create(), and wined3d_query_pool_vk_init().