Blender  V2.93
Public Attributes | List of all members
GPUSelectQueryState Struct Reference

Public Attributes

bool query_issued
 
QueryPoolqueries
 
Vector< uint > * ids
 
uint(* buffer )[4]
 
uint bufsize
 
char mode
 
uint index
 
int oldhits
 
int viewport [4]
 
int scissor [4]
 
eGPUWriteMask write_mask
 
eGPUDepthTest depth_test
 

Detailed Description

Definition at line 50 of file gpu_select_sample_query.cc.

Member Data Documentation

◆ buffer

uint(* GPUSelectQueryState::buffer)[4]

◆ bufsize

uint GPUSelectQueryState::bufsize

Definition at line 60 of file gpu_select_sample_query.cc.

Referenced by gpu_select_query_begin(), and gpu_select_query_end().

◆ depth_test

eGPUDepthTest GPUSelectQueryState::depth_test

Definition at line 70 of file gpu_select_sample_query.cc.

Referenced by gpu_select_query_begin(), and gpu_select_query_end().

◆ ids

Vector<uint>* GPUSelectQueryState::ids

◆ index

uint GPUSelectQueryState::index

Definition at line 63 of file gpu_select_sample_query.cc.

Referenced by gpu_select_query_begin(), and gpu_select_query_load_id().

◆ mode

char GPUSelectQueryState::mode

◆ oldhits

int GPUSelectQueryState::oldhits

◆ queries

QueryPool* GPUSelectQueryState::queries

◆ query_issued

bool GPUSelectQueryState::query_issued

◆ scissor

int GPUSelectQueryState::scissor[4]

Definition at line 68 of file gpu_select_sample_query.cc.

Referenced by gpu_select_query_begin().

◆ viewport

int GPUSelectQueryState::viewport[4]

Definition at line 67 of file gpu_select_sample_query.cc.

Referenced by gpu_select_query_begin(), and gpu_select_query_end().

◆ write_mask

eGPUWriteMask GPUSelectQueryState::write_mask

Definition at line 69 of file gpu_select_sample_query.cc.

Referenced by gpu_select_query_begin(), and gpu_select_query_end().


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