ShaderParamsModel

data class ShaderParamsModel(annotatedPackageName: String, annotatedSimpleName: String, uniforms: List<UniformModel>, attributes: List<AttributeModel>)

Types

Companion
Link copied to clipboard
object Companion

Functions

component1
Link copied to clipboard
operator fun component1(): String
component2
Link copied to clipboard
operator fun component2(): String
component3
Link copied to clipboard
operator fun component3(): List<UniformModel>
component4
Link copied to clipboard
operator fun component4(): List<AttributeModel>
copy
Link copied to clipboard
fun copy(annotatedPackageName: String, annotatedSimpleName: String, uniforms: List<UniformModel>, attributes: List<AttributeModel>): ShaderParamsModel
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

annotatedPackageName
Link copied to clipboard
val annotatedPackageName: String
annotatedSimpleName
Link copied to clipboard
val annotatedSimpleName: String
attributes
Link copied to clipboard
val attributes: List<AttributeModel>
uniforms
Link copied to clipboard
val uniforms: List<UniformModel>