MarkerBatchRenderingMethod#

class ansys.stk.core.graphics.MarkerBatchRenderingMethod#

IntEnum

Overview#

GEOMETRY_SHADER

Render the marker batch using a geometry shader.

VERTEX_SHADER

Render the marker batch using a vertex shader.

AUTOMATIC

Render the marker batch using an automatically selected method based on the capabilities of the video card.

FIXED_FUNCTION

Render the marker batch using the fixed function pipeline. Generally, this is the slowest method but it supports all video cards.

Import detail#

from ansys.stk.core.graphics import MarkerBatchRenderingMethod