All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jvmMain.annotations.ShaderPhrases.kt Maven / Gradle / Ivy

The newest version!
package org.openrndr.extra.shaderphrases.annotations

enum class ShaderPhraseLanguage {
    GLSL_330
}

@Target(AnnotationTarget.FILE)
annotation class ShaderPhrases(val exports: Array = emptyArray())





© 2015 - 2025 Weber Informatics LLC | Privacy Policy