Shader Params Model
data class ShaderParamsModel(originatingElement: Element, annotatedPackageName: String, annotatedSimpleName: String, uniforms: List<UniformModel>, attributes: List<AttributeModel>)
Content copied to clipboard
Types
Properties
annotatedPackageName
Link copied to clipboard
annotatedSimpleName
Link copied to clipboard
attributes
Link copied to clipboard
originatingElement
Link copied to clipboard
uniforms
Link copied to clipboard