toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge
/
korlibs.korge.render
/
RenderContext
/
tempAllocateFrameBuffers2
temp
Allocate
Frame
Buffers2
inline
fun
tempAllocateFrameBuffers2
(
width
:
Int
,
height
:
Int
,
hasDepth
:
Boolean
=
false
,
hasStencil
:
Boolean
=
true
,
msamples
:
Int
=
1
,
block
:
(
rb0
:
AGFrameBuffer
,
rb1
:
AGFrameBuffer
)
->
Unit
)