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
/
RenderBufferKey
Render
Buffer
Key
@
JvmRecord
data
class
RenderBufferKey
(
val
pipeline
:
RenderPipeline
,
val
textures
:
Map
<
String
,
AbstractTexture
>
=
emptyMap()
,
val
uniforms
:
Map
<
String
,
GpuBufferSlice
>
=
emptyMap()
)
:
Record
Buffer grouping key used by
BatchCollector
.
Members
Constructors
Render
Buffer
Key
Link copied to clipboard
constructor
(
pipeline
:
RenderPipeline
,
textures
:
Map
<
String
,
AbstractTexture
>
=
emptyMap()
,
uniforms
:
Map
<
String
,
GpuBufferSlice
>
=
emptyMap()
)
Properties
pipeline
Link copied to clipboard
val
pipeline
:
RenderPipeline
textures
Link copied to clipboard
val
textures
:
Map
<
String
,
AbstractTexture
>
uniforms
Link copied to clipboard
val
uniforms
:
Map
<
String
,
GpuBufferSlice
>