FenceImpl(); FenceImpl(RenderSync* ctx, FenceFrame* parent, UInt64 apiHandle, UInt64 id);
FenceImpl constructor. apiHandle is a platform specific value, representing the value that the platform's hardware API is expecting to use in fencing operations.
Parameters |
Description |
RenderSync* ctx |
Reference to implementation specific interface. |
FenceFrame* parent |
Pointer to the frame in which this fence was inserted (can be 0 if the frame has completely passed). |
UInt64 apiHandle |
Implementation specific fence data. |
UInt64 id |
Implementation non-specific ordering number. |