Class GPUResourceDX12
GPU resource implementation for DirectX 12 backend.
Assembly: FlaxEngine.dll
File: Engine/GraphicsDevice/DirectX/DX12/GPUDeviceDX12.h
Syntax
public class GPUResourceDX12<BaseType> : public GPUResourceBase
Type Parameters
BaseType
|
Constructors
GPUResourceDX12(GPUDeviceDX12* device, const StringView& name)
Initializes a new instance of the GPUResourceDX12 class.
Declaration
public GPUResourceDX12(GPUDeviceDX12* device, const StringView& name)
Parameters
GPUDeviceDX12
device
The graphics device. |
StringView
name
The resource name. |