Class GPUSamplerDX11
Sampler object for DirectX 11 backend.
Inherited Members
GPUSamplerDX11
Assembly: FlaxEngine.dll
File: Engine/GraphicsDevice/DirectX/DX11/GPUSamplerDX11.h
Syntax
public class GPUSamplerDX11 : public GPUResourceBase
Constructors
GPUSamplerDX11(GPUDeviceDX11* device)
Fields
SamplerState
Declaration
public ID3D11SamplerState* SamplerState = nullptr
Field Value
ID3D11SamplerState
|
Methods
OnInit()
OnReleaseGPU()
Releases GPU resource data (implementation).
Declaration
protected virtual void OnReleaseGPU() override