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