ShaderParamsProcessor

Annotation processor generating concrete implementations of ProgramExecutor in Java.

Constructors

ShaderParamsProcessor
Link copied to clipboard
fun ShaderParamsProcessor()

Functions

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
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

Properties

processingEnv
Link copied to clipboard
val processingEnv: ProcessingEnvironment