Class GPUPipelineState
Describes full graphics pipeline state within single object.
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class GPUPipelineState : GPUResource
Constructors
GPUPipelineState()
Properties
IsValid
Returns true if pipeline state is valid and ready to use
Declaration
[Unmanaged]
public bool IsValid { get; }
Property Value
System.Boolean
|
Methods
Init(ref GPUPipelineState.Description)
Create new state data
Declaration
[Unmanaged]
public bool Init(ref GPUPipelineState.Description desc)
Parameters
GPUPipelineState.Description
desc
Full pipeline state description |
Returns
System.Boolean
True if cannot create state, otherwise false |