openrndr
0.4.5-dev.4.uncommitted+98ebace
common
openrndr-draw
/
org.openrndr.draw
/
ShadeStyleManager
Shade
Style
Manager
abstract
class
ShadeStyleManager
(
val
name
:
String
)
(
source
)
Members
Constructors
Shade
Style
Manager
Link copied to clipboard
constructor
(
name
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
shader
Link copied to clipboard
fun
shader
(
style
:
ShadeStyle
?
,
format
:
VertexFormat
)
:
Shader
abstract
fun
shader
(
style
:
ShadeStyle
?
,
vertexFormats
:
List
<
VertexFormat
>
,
instanceFormats
:
List
<
VertexFormat
>
=
emptyList()
)
:
Shader
Properties
name
Link copied to clipboard
val
name
:
String