Skip to content

v2.1.0

Compare
Choose a tag to compare
@yukiny0811 yukiny0811 released this 09 Jan 17:31
· 51 commits to main since this release
89692b6

Custom Metal Code

Add metal functions and constant variables to your functions by overriding customMetalCode property

@ShaderStringBuilder
override var customMetalCode: String {
    "inline float myFunc() {"
    "return 1.0;"
    "}"
}