Class StageFlag

java.lang.Object
com.jozufozu.flywheel.lib.task.Flag
com.jozufozu.flywheel.lib.task.StageFlag

public final class StageFlag extends Flag
A flag that is associated with a render stage.
Useful for synchronizing tasks for a specific render stage.
  • Constructor Details

    • StageFlag

      public StageFlag(RenderStage stage)
      Parameters:
      stage - The render stage this flag is associated with.
  • Method Details