ReactOS 0.4.17-dev-934-g091855f
wined3d_query_pool_vk Struct Reference

#include <wined3d_vk.h>

Collaboration diagram for wined3d_query_pool_vk:

Public Attributes

struct list entry
 
struct list completed_entry
 
struct list * free_list
 
VkQueryPool vk_query_pool
 
VkEvent vk_event
 
uint32_t allocated [WINED3D_BITMAP_SIZE(WINED3D_QUERY_POOL_SIZE)]
 
uint32_t completed [WINED3D_BITMAP_SIZE(WINED3D_QUERY_POOL_SIZE)]
 

Detailed Description

Definition at line 362 of file wined3d_vk.h.

Member Data Documentation

◆ allocated

uint32_t wined3d_query_pool_vk::allocated[WINED3D_BITMAP_SIZE(WINED3D_QUERY_POOL_SIZE)]

◆ completed

◆ completed_entry

◆ entry

◆ free_list

struct list* wined3d_query_pool_vk::free_list

Definition at line 367 of file wined3d_vk.h.

Referenced by wined3d_query_pool_vk_init(), and wined3d_query_pool_vk_mark_free().

◆ vk_event

VkEvent wined3d_query_pool_vk::vk_event

◆ vk_query_pool


The documentation for this struct was generated from the following file: