ShaderStoragePrimitive

data class ShaderStoragePrimitive(val name: String, val type: BufferPrimitiveType, val arraySize: Int = 1, var offset: Int = 0, var padding: Int = 0) : ShaderStorageElement(source)

Constructors

Link copied to clipboard
constructor(name: String, type: BufferPrimitiveType, arraySize: Int = 1, offset: Int = 0, padding: Int = 0)

Properties

Link copied to clipboard
open override val arraySize: Int = 1
Link copied to clipboard
open override val name: String
Link copied to clipboard
open override var offset: Int
Link copied to clipboard
Link copied to clipboard