commonTest.com.soywiz.korag.AGTest.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of korgw Show documentation
Show all versions of korgw Show documentation
Portable UI with accelerated graphics support for Kotlin
package com.soywiz.korag
import com.soywiz.korag.software.*
import com.soywiz.korio.async.*
import kotlin.test.*
class AGTest {
@Test
fun testOnReady() = suspendTest {
val ag = AGFactorySoftware().create(null, AGConfig())
val buffer = ag.createIndexBuffer()
buffer.upload(intArrayOf(1, 2, 3, 4))
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy