toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge
/
korlibs.graphics.gl
/
GLGlobalState
GLGlobal
State
class
GLGlobalState
(
val
gl
:
KmlGl
,
val
ag
:
AG
)
Members
Constructors
GLGlobal
State
Link copied to clipboard
constructor
(
gl
:
KmlGl
,
ag
:
AG
)
Properties
ag
Link copied to clipboard
val
ag
:
AG
buffers
Created
Link copied to clipboard
var
buffersCreated
:
KorAtomicInt
buffers
Deleted
Link copied to clipboard
var
buffersDeleted
:
KorAtomicInt
buffers
Size
Link copied to clipboard
var
buffersSize
:
KorAtomicLong
gl
Link copied to clipboard
val
gl
:
KmlGl
textures
Created
Link copied to clipboard
var
texturesCreated
:
KorAtomicInt
textures
Deleted
Link copied to clipboard
var
texturesDeleted
:
KorAtomicInt
textures
Size
Link copied to clipboard
var
texturesSize
:
KorAtomicLong
Functions
read
Stats
Link copied to clipboard
fun
readStats
(
out
:
AGStats
)