Immutable
data class Immutable(val parentFeatures: AGFeatures? = null, val graphicExtensions: Set<String> = emptySet(), val isInstancedSupported: Boolean = false, val isUniformBuffersSupported: Boolean = false, val isVertexArraysSupported: Boolean = false, val isStorageMultisampleSupported: Boolean = false, val isFloatTextureSupported: Boolean = false) : AGFeatures
Constructors
Link copied to clipboard
constructor(parentFeatures: AGFeatures? = null, graphicExtensions: Set<String> = emptySet(), isInstancedSupported: Boolean = false, isUniformBuffersSupported: Boolean = false, isVertexArraysSupported: Boolean = false, isStorageMultisampleSupported: Boolean = false, isFloatTextureSupported: Boolean = false)