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.utils.render
/
copyTo
copy
To
inline
fun
GpuTexture
.
copyTo
(
destination
:
GpuBuffer
,
offset
:
Long
=
0
,
mipLevel
:
Int
=
0
,
x
:
Int
=
0
,
y
:
Int
=
0
,
width
:
Int
=
getWidth(0)
,
height
:
Int
=
getHeight(0)
,
callback
:
Runnable
=
Runnables.doNothing()
)