STK Graphics PrimitivesSend comments on this topic.
AgEStkGraphicsMarkerBatchRenderingMethod Enumeration
See Also

Description

Rendering methods available for use by the marker batch primitive. Different methods may have different performance characteristics and require different video card support. When in doubt, use Automatic.

Members

MemberValueDescription
eStkGraphicsMarkerBatchRenderingMethodGeometryShader0Render the marker batch using a geometry shader.
eStkGraphicsMarkerBatchRenderingMethodVertexShader1Render the marker batch using a vertex shader.
eStkGraphicsMarkerBatchRenderingMethodAutomatic2Render the marker batch using an automatically selected method based on the capabilities of the video card.
eStkGraphicsMarkerBatchRenderingMethodFixedFunction3Render the marker batch using the fixed function pipeline. Generally, this is the slowest method but it supports all video cards.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.