toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge
/
korlibs.graphics
/
AGFrameBuffer
AGFrame
Buffer
open
class
AGFrameBuffer
(
val
base
:
AGFrameBufferBase
,
val
id
:
Int
=
-1
)
:
Closeable
Members
Constructors
AGFrame
Buffer
Link copied to clipboard
constructor
(
isMain
:
Boolean
=
false
,
id
:
Int
=
-1
)
constructor
(
base
:
AGFrameBufferBase
,
id
:
Int
=
-1
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
base
Link copied to clipboard
val
base
:
AGFrameBufferBase
full
Height
Link copied to clipboard
var
fullHeight
:
Int
full
Width
Link copied to clipboard
var
fullWidth
:
Int
has
Depth
Link copied to clipboard
var
hasDepth
:
Boolean
has
Stencil
Link copied to clipboard
var
hasStencil
:
Boolean
has
Stencil
And
Depth
Link copied to clipboard
val
hasStencilAndDepth
:
Boolean
height
Link copied to clipboard
var
height
:
Int
id
Link copied to clipboard
val
id
:
Int
info
Link copied to clipboard
val
info
:
AGFrameBufferInfo
is
Main
Link copied to clipboard
val
isMain
:
Boolean
is
Texture
Link copied to clipboard
val
isTexture
:
Boolean
nsamples
Link copied to clipboard
var
nsamples
:
Int
scissor
Link copied to clipboard
var
scissor
:
RectangleInt
?
tex
Link copied to clipboard
val
tex
:
AGTexture
width
Link copied to clipboard
var
width
:
Int
x
Link copied to clipboard
var
x
:
Int
y
Link copied to clipboard
var
y
:
Int
Functions
close
Link copied to clipboard
open
override
fun
close
(
)
scissor
Link copied to clipboard
fun
scissor
(
scissor
:
RectangleInt
?
)
set
Extra
Link copied to clipboard
fun
setExtra
(
hasDepth
:
Boolean
=
true
,
hasStencil
:
Boolean
=
true
)
set
Samples
Link copied to clipboard
fun
setSamples
(
samples
:
Int
)
set
Size
Link copied to clipboard
open
fun
setSize
(
width
:
Int
,
height
:
Int
)
:
Boolean
open
fun
setSize
(
x
:
Int
,
y
:
Int
,
width
:
Int
,
height
:
Int
,
fullWidth
:
Int
=
width
,
fullHeight
:
Int
=
height
)
:
Boolean
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String