MeshBuildScope

sealed interface MeshBuildScope : AutoCloseable

Scoped vertex writing target owned by BatchCollector.

Close the scope after writing vertices so collector-specific draw finalization can run.

Properties

Link copied to clipboard
abstract val consumer: VertexConsumer

Functions

Link copied to clipboard
abstract override fun close()