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

commonMain.korlibs.graphics.log.AGDummy.kt Maven / Gradle / Ivy

There is a newer version: 4.0.10
Show newest version
package korlibs.graphics.log

import korlibs.graphics.*
import korlibs.math.geom.*

open class AGDummy(size: Size = Size(640, 480)) : AG() {
    init {
        mainFrameBuffer.setSize(size.width.toInt(), size.height.toInt())
    }
    override val graphicExtensions: Set get() = emptySet()
    override val isInstancedSupported: Boolean get() = true
    override val isFloatTextureSupported: Boolean get() = true
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy