Class GPUSamplerDX12
Sampler object for DirectX 12 backend.
Inherited Members
GPUSamplerDX12
Assembly: FlaxEngine.dll
File: Engine/GraphicsDevice/DirectX/DX12/GPUSamplerDX12.h
Syntax
public class GPUSamplerDX12 : public GPUResourceDX12
Constructors
GPUSamplerDX12(GPUDeviceDX12* device)
Fields
HandleCPU
Declaration
public D3D12_CPU_DESCRIPTOR_HANDLE HandleCPU
Field Value
D3D12_CPU_DESCRIPTOR_HANDLE
|
Slot
Declaration
public DescriptorHeapWithSlotsDX12::Slot Slot
Field Value
DescriptorHeapWithSlotsDX12::Slot
|
Methods
OnInit()
OnReleaseGPU()
Releases GPU resource data (implementation).
Declaration
protected virtual void OnReleaseGPU() override