Class QueryPoolVulkan
Inheritance
QueryPoolVulkan
Assembly: FlaxEngine.dll
File: Engine/GraphicsDevice/Vulkan/GPUDeviceVulkan.h
Syntax
public class QueryPoolVulkan
Constructors
~QueryPoolVulkan()
Declaration
public ~QueryPoolVulkan()
QueryPoolVulkan(GPUDeviceVulkan* device, int32 capacity, VkQueryType type)
Declaration
public QueryPoolVulkan(GPUDeviceVulkan* device, int32 capacity, VkQueryType type)
Parameters
GPUDeviceVulkan
device
|
int32
capacity
|
VkQueryType
type
|
Fields
_device
_handle
Declaration
protected VkQueryPool _handle
Field Value
VkQueryPool
|
_resetRanges
Declaration
protected Array<Range> _resetRanges
Field Value
Array<Range>
|
_type
Declaration
protected VkQueryType _type
Field Value
VkQueryType
|
ResetBeforeUse
Declaration
public bool ResetBeforeUse
Field Value
bool
|
Methods
GetHandle()
Declaration
public VkQueryPool GetHandle() const
Returns
VkQueryPool
|