openrndr-draw
/
org.openrndr.draw
/
ShaderStorageFormat
common
Shader
Storage
Format
class
ShaderStorageFormat
Content copied to clipboard
Functions
Properties
Functions
commit
Link copied to clipboard
common
fun
commit
()
Content copied to clipboard
equals
Link copied to clipboard
common
open operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hash
Code
Link copied to clipboard
common
open override fun
hashCode
():
Int
Content copied to clipboard
has
Member
Link copied to clipboard
common
fun
hasMember
(name:
String
):
Boolean
Content copied to clipboard
member
Link copied to clipboard
common
fun
member
(name:
String
, type:
BufferMemberType
, arraySize:
Int
= 1)
Content copied to clipboard
Adds a custom member to the
ShaderStorageFormat
struct
Link copied to clipboard
common
fun
struct
(structName:
String
, name:
String
, arraySize:
Int
= 1, builder:
ShaderStorageFormat
.() ->
Unit
)
Content copied to clipboard
to
String
Link copied to clipboard
common
open override fun
toString
():
String
Content copied to clipboard
Properties
members
Link copied to clipboard
common
var
members
:
MutableList
<
ShaderStorageElement
>
Content copied to clipboard
size
Link copied to clipboard
common
val
size
:
Int
Content copied to clipboard
The size of the
ShaderStorageFormat
in bytes