ProgramLayout

open class ProgramLayout<TVariable : VariableWithOffset>(items: List<TVariable>, layoutSize: Int?, val fixedLocation: Int = -1) : Iterable<TVariable>

Constructors

Link copied to clipboard
constructor(variables: List<TVariable>)
constructor(vararg variables: TVariable, layoutSize: Int? = null)
constructor(items: List<TVariable>, layoutSize: Int?, fixedLocation: Int = -1)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Size in bytes for each vertex

Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun iterator(): Iterator<TVariable>
Link copied to clipboard
open override fun toString(): String