ShaderParamsProcessor

Annotation processor generating concrete implementations of ProgramExecutor in Kotlin.

Constructors

Link copied to clipboard
fun ShaderParamsProcessor()

Functions

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

Properties

Link copied to clipboard
val processingEnv: ProcessingEnvironment