Package-level declarations

Types

Link copied to clipboard
sealed interface MeshBuildScope : AutoCloseable

Scoped vertex writing target owned by BatchCollector.

Link copied to clipboard
data class MeshDraw(val vertexSlice: GpuBufferSlice, val indexBinding: MeshDraw.MeshIndexBinding, val indexCount: Int) : Record

GPU-ready draw descriptor produced from MeshData.