TSdlGpuComputePipeline
A compute pipeline. Used during compute passes.
Definition
Unit: Neslib.Sdl3.Gpu
See Also
Operators
| Name | Description |
|---|---|
| Equal(TSdlGpuComputePipeline, TSdlGpuComputePipeline) | Used to compare against another TSdlGpuComputePipeline. |
| Equal(TSdlGpuComputePipeline, Pointer) | Used to compare against nil. |
| Implicit | Used to set the value to nil. |
| NotEqual(TSdlGpuComputePipeline, TSdlGpuComputePipeline) | Used to compare against another TSdlGpuComputePipeline. |
| NotEqual(TSdlGpuComputePipeline, Pointer) | Used to compare against nil. |
Operator Descriptions
Equal(TSdlGpuComputePipeline, TSdlGpuComputePipeline)
Used to compare against another TSdlGpuComputePipeline.
class operator Equal(const ALeft, ARight: TSdlGpuComputePipeline): Boolean; inline; static
Parameters
ALeft: TSdlGpuComputePipeline
ARight: TSdlGpuComputePipeline
Returns
Boolean
Equal(TSdlGpuComputePipeline, Pointer)
Used to compare against nil.
class operator Equal(const ALeft: TSdlGpuComputePipeline; const ARight: Pointer): Boolean; inline; static
Parameters
ALeft: TSdlGpuComputePipeline
ARight: Pointer
Returns
Boolean
Implicit(Pointer)
Used to set the value to nil.
class operator Implicit(const AValue: Pointer): TSdlGpuComputePipeline; inline; static
Parameters
AValue: Pointer
Returns
NotEqual(TSdlGpuComputePipeline, TSdlGpuComputePipeline)
Used to compare against another TSdlGpuComputePipeline.
class operator NotEqual(const ALeft, ARight: TSdlGpuComputePipeline): Boolean; inline; static
Parameters
ALeft: TSdlGpuComputePipeline
ARight: TSdlGpuComputePipeline
Returns
Boolean
NotEqual(TSdlGpuComputePipeline, Pointer)
Used to compare against nil.
class operator NotEqual(const ALeft: TSdlGpuComputePipeline; const ARight: Pointer): Boolean; inline; static
Parameters
ALeft: TSdlGpuComputePipeline
ARight: Pointer
Returns
Boolean