toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge
/
korlibs.graphics.metal.shader
/
MetalShaderStructureGenerator
/
Attribute
Attribute
data
class
Attribute
(
val
type
:
String
,
val
name
:
String
,
val
attribute
:
String
?
=
null
)
Members
Constructors
Attribute
Link copied to clipboard
constructor
(
type
:
String
,
name
:
String
,
attribute
:
String
?
=
null
)
Properties
attribute
Link copied to clipboard
val
attribute
:
String
?
=
null
name
Link copied to clipboard
val
name
:
String
type
Link copied to clipboard
val
type
:
String