toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge
/
korlibs.graphics.shader
/
Attribute
/
Provider
Provider
class
Provider
(
val
type
:
VarType
,
val
normalized
:
Boolean
,
val
precision
:
Precision
=
Precision.DEFAULT
,
val
fixedLocation
:
Int
)
Members
Constructors
Provider
Link copied to clipboard
constructor
(
type
:
VarType
,
normalized
:
Boolean
,
precision
:
Precision
=
Precision.DEFAULT
,
fixedLocation
:
Int
)
Properties
fixed
Location
Link copied to clipboard
val
fixedLocation
:
Int
normalized
Link copied to clipboard
val
normalized
:
Boolean
precision
Link copied to clipboard
val
precision
:
Precision
type
Link copied to clipboard
val
type
:
VarType
Functions
provide
Delegate
Link copied to clipboard
operator
fun
provideDelegate
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
)
:
Attribute