|
RenderingStepsGroupOnRun Method |
The method should true to continue executing rendering steps; when false is returned then rendering is terminated.
Namespace: Ab4d.SharpEngine.RenderingStepsAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 2.0.8956+4c7684e186ca1be74e7a284fbe739d9a1b843d3c
Syntax protected override bool OnRun(
RenderingContext renderingContext
)
Parameters
- renderingContext RenderingContext
- RenderingContext
Return Value
Booleantrue to continue rendering; false to terminate rendering (use this carefully; currently this is used in InitializeRenderingStep when vkAcquireNextImageKHR returns ErrorOutOfDateKHR or SuboptimalKHR)
See Also