Class GPUResourceVulkan
GPU resource implementation for Vulkan backend.
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. |