ReactOS 0.4.17-dev-934-g091855f
wined3d_query_vk Struct Reference

#include <wined3d_vk.h>

Collaboration diagram for wined3d_query_vk:

Public Attributes

struct wined3d_query q
 
struct list entry
 
struct wined3d_query_pool_idx_vk pool_idx
 
uint8_t flags
 
uint64_t command_buffer_id
 
uint32_t control_flags
 
VkEvent vk_event
 
SIZE_T pending_count
 
SIZE_T pending_size
 
struct wined3d_query_pool_idx_vk * pending
 

Detailed Description

Definition at line 393 of file wined3d_vk.h.

Member Data Documentation

◆ command_buffer_id

uint64_t wined3d_query_vk::command_buffer_id

◆ control_flags

uint32_t wined3d_query_vk::control_flags

Definition at line 401 of file wined3d_vk.h.

Referenced by wined3d_query_vk_begin(), and wined3d_query_vk_create().

◆ entry

struct list wined3d_query_vk::entry

Definition at line 397 of file wined3d_vk.h.

Referenced by wined3d_query_vk_destroy(), and wined3d_query_vk_issue().

◆ flags

uint8_t wined3d_query_vk::flags

◆ pending

◆ pending_count

SIZE_T wined3d_query_vk::pending_count

◆ pending_size

SIZE_T wined3d_query_vk::pending_size

Definition at line 403 of file wined3d_vk.h.

Referenced by wined3d_query_vk_suspend().

◆ pool_idx

◆ q

◆ vk_event

VkEvent wined3d_query_vk::vk_event

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