ShaderParamsProcessor

class ShaderParamsProcessor : AbstractShaderParamsProcessor

Annotation processor generating concrete implementations of ProgramExecutor in Kotlin.

Constructors

ShaderParamsProcessor
Link copied to clipboard
fun ShaderParamsProcessor()

Types

Companion
Link copied to clipboard
object Companion

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
getCompletions
Link copied to clipboard
open override fun getCompletions(p0: Element, p1: AnnotationMirror, p2: ExecutableElement, p3: String): MutableIterable<Completion>
getSupportedAnnotationTypes
Link copied to clipboard
open override fun getSupportedAnnotationTypes(): MutableSet<String>
getSupportedOptions
Link copied to clipboard
open override fun getSupportedOptions(): MutableSet<String>
getSupportedSourceVersion
Link copied to clipboard
open override fun getSupportedSourceVersion(): SourceVersion
hashCode
Link copied to clipboard
open fun hashCode(): Int
init
Link copied to clipboard
open override fun init(p0: ProcessingEnvironment)
isInitialized
Link copied to clipboard
open fun isInitialized(): Boolean
process
Link copied to clipboard
open override fun process(annotations: MutableSet<out TypeElement>, roundEnvironment: RoundEnvironment): Boolean
toString
Link copied to clipboard
open fun toString(): String

Properties

processingEnv
Link copied to clipboard
val processingEnv: ProcessingEnvironment