Search Results for

    Show / Hide Table of Contents

    Class GPUResourceVulkan

    GPU resource implementation for Vulkan backend.

    Inheritance
    BaseType
    GPUResourceBase
    GPUResourceVulkan
    Inherited Members
    GPUResourceBase::_device
    GPUResourceBase::GetDevice()
    GPUResourceBase::GPUResourceBase(DeviceType* device, const StringView& name)
    GPUResourceBase::OnDeviceDispose()
    GPUResourceBase::~GPUResourceBase()
    Assembly: FlaxEngine.dll
    File: Engine/GraphicsDevice/Vulkan/GPUDeviceVulkan.h
    Syntax
    public class GPUResourceVulkan<BaseType> : public GPUResourceBase
    Type Parameters
    BaseType

    Constructors

    GPUResourceVulkan(GPUDeviceVulkan* device, const StringView& name)

    Initializes a new instance of the GPUResourceVulkan class.

    Declaration
    public GPUResourceVulkan(GPUDeviceVulkan* device, const StringView& name)
    Parameters
    GPUDeviceVulkan device

    The graphics device.

    StringView name

    The resource name.

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