TSdlGpuFence
A fence.
Definition
Unit: Neslib.Sdl3.Gpu
See Also
- TSdlGpuCommandBuffer.SubmitAndAcquireFence
- TSdlGpuDevice.QueryFence
- TSdlGpuDevice.WaitForFences
- TSdlGpuDevice.ReleaseFence
Operators
Name | Description |
---|---|
Equal(TSdlGpuFence, TSdlGpuFence) | Used to compare against another TSdlGpuFence. |
Equal(TSdlGpuFence, Pointer) | Used to compare against nil . |
Implicit | Used to set the value to nil . |
NotEqual(TSdlGpuFence, TSdlGpuFence) | Used to compare against another TSdlGpuFence. |
NotEqual(TSdlGpuFence, Pointer) | Used to compare against nil . |
Operator Descriptions
Equal(TSdlGpuFence, TSdlGpuFence)
Used to compare against another TSdlGpuFence.
class operator Equal(const ALeft, ARight: TSdlGpuFence): Boolean; inline; static
Parameters
ALeft
: TSdlGpuFence
ARight
: TSdlGpuFence
Returns
Boolean
Equal(TSdlGpuFence, Pointer)
Used to compare against nil
.
class operator Equal(const ALeft: TSdlGpuFence; const ARight: Pointer): Boolean; inline; static
Parameters
ALeft
: TSdlGpuFence
ARight
: Pointer
Returns
Boolean
Implicit(Pointer)
Used to set the value to nil
.
class operator Implicit(const AValue: Pointer): TSdlGpuFence; inline; static
Parameters
AValue
: Pointer
Returns
NotEqual(TSdlGpuFence, TSdlGpuFence)
Used to compare against another TSdlGpuFence.
class operator NotEqual(const ALeft, ARight: TSdlGpuFence): Boolean; inline; static
Parameters
ALeft
: TSdlGpuFence
ARight
: TSdlGpuFence
Returns
Boolean
NotEqual(TSdlGpuFence, Pointer)
Used to compare against nil
.
class operator NotEqual(const ALeft: TSdlGpuFence; const ARight: Pointer): Boolean; inline; static
Parameters
ALeft
: TSdlGpuFence
ARight
: Pointer
Returns
Boolean