Shader Params Model
data class ShaderParamsModel(annotatedPackageName: String, annotatedSimpleName: String, uniforms: List<UniformModel>, attributes: List<AttributeModel>)
Content copied to clipboard
Types
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
component4
Link copied to clipboard
copy
Link copied to clipboard
fun copy(annotatedPackageName: String, annotatedSimpleName: String, uniforms: List<UniformModel>, attributes: List<AttributeModel>): ShaderParamsModel
Content copied to clipboard
Properties
annotatedPackageName
Link copied to clipboard
annotatedSimpleName
Link copied to clipboard
attributes
Link copied to clipboard
uniforms
Link copied to clipboard