Search Results for

    Show / Hide Table of Contents

    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

    Declaration
    protected GPUDeviceVulkan* _device
    Field Value
    GPUDeviceVulkan

    _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

    Reset(CmdBufferVulkan* cmdBuffer)

    Declaration
    public void Reset(CmdBufferVulkan* cmdBuffer)
    Parameters
    CmdBufferVulkan cmdBuffer

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat