Convert orx-shader-phrases and orx-noise to MPP
This commit is contained in:
15
orx-shader-phrases/src/jsMain/kotlin/ShaderPhraseBook.kt
Normal file
15
orx-shader-phrases/src/jsMain/kotlin/ShaderPhraseBook.kt
Normal file
@@ -0,0 +1,15 @@
|
||||
package org.openrndr.extra.shaderphrases
|
||||
|
||||
/**
|
||||
* A book of shader phrases.
|
||||
*/
|
||||
actual open class ShaderPhraseBook actual constructor(val bookId: String) {
|
||||
private var registered = false
|
||||
/**
|
||||
* Registers all known shader phrases
|
||||
*/
|
||||
actual fun register() {
|
||||
error("not supported")
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user