has anyone here done anything with Kotlin and Meta...
# kotlin-native
e
has anyone here done anything with Kotlin and Metal?
🤘 2
d
Yes I wrote a tiny demo
let me check
It was a bit of nerve wracking as the things are named differently
Copy code
import platform.Metal.MTLDeviceProtocol as MTLDevice
import platform.Metal.MTLLibraryProtocol as MTLLibrary
import platform.Metal.MTLCommandQueueProtocol as MTLCommandQueue
import platform.Metal.MTLTextureProtocol as MTLTexture
import platform.Metal.MTLBufferProtocol as MTLBuffer
import platform.Metal.MTLFunctionProtocol as MTLFunction
import platform.Metal.MTLResourceCPUCacheModeDefaultCache
import platform.Metal.MTLRenderPipelineStateProtocol as MTLRenderPipelineState
import platform.Metal.MTLCommandBufferProtocol as MTLCommandBuffer
import platform.Metal.*
e
is it somewhere public?
@Daniel Hauschildt