|
SceneViewLastSubmittedFrameNumber Property |
Gets a frame number that was submitted to the graphics card for execution.
This may be lower than the
FrameNumber because FrameNumber is increased before the Update phase, when the LastSubmittedFrameNumber is set when the frame is sent to the graphics card.
This value is increased in the InitializeRenderingStep.
Namespace: Ab4d.SharpEngineAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 2.0.8956+4c7684e186ca1be74e7a284fbe739d9a1b843d3c
Syntax public int LastSubmittedFrameNumber { get; }
Property Value
Int32See Also