LiquidBounce
Toggle table of contents
0.37.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
LiquidBounce
LiquidBounce
/
net.ccbluex.liquidbounce.render.mesh
Package-level
declarations
Types
Types
Mesh
Draw
Link copied to clipboard
@
JvmRecord
data
class
MeshDraw
(
val
vertexSlice
:
GpuBufferSlice
,
val
indexSlice
:
GpuBufferSlice
,
val
vertexFormat
:
VertexFormat
,
val
indexType
:
VertexFormat.IndexType
,
val
indexCount
:
Int
)
:
Record
GPU-ready draw descriptor produced from
MeshData
.