Enum RenderFlags
Defined in File render_flags.hpp
-
enum holoscan::viz::render_flags::RenderFlags
Flags passed controlling the render pass.
Values:
-
enumerator NONE
none
-
enumerator DONT_CLEAR_COLOR
don’t clear the color buffer
-
enumerator DONT_CLEAR_DEPTH
don’t clear the depth buffer
-
enumerator DONT_SWAP_BUFFERS
don’t swap the buffers
-
enumerator NONE