toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge
/
korlibs.graphics.gl
/
AGOpengl
/
ShaderException
Shader
Exception
class
ShaderException
(
val
str
:
String
,
val
error
:
String
,
val
errorInt
:
Int
,
val
gl
:
KmlGl
,
val
debugName
:
String
?
,
val
type
:
Int
,
val
shaderReturnInt
:
Int
)
:
RuntimeException
Members
Constructors
Shader
Exception
Link copied to clipboard
constructor
(
str
:
String
,
error
:
String
,
errorInt
:
Int
,
gl
:
KmlGl
,
debugName
:
String
?
,
type
:
Int
,
shaderReturnInt
:
Int
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
debug
Name
Link copied to clipboard
val
debugName
:
String
?
error
Link copied to clipboard
val
error
:
String
error
Int
Link copied to clipboard
val
errorInt
:
Int
gl
Link copied to clipboard
val
gl
:
KmlGl
message
Link copied to clipboard
open
val
message
:
String
?
shader
Return
Int
Link copied to clipboard
val
shaderReturnInt
:
Int
str
Link copied to clipboard
val
str
:
String
type
Link copied to clipboard
val
type
:
Int