GPUSurfaceCapabilities
class GPUSurfaceCapabilities
Describes the capabilities of a surface for a given adapter.
Summary
Public constructors |
|---|
GPUSurfaceCapabilities( |
Public properties |
|
|---|---|
IntArray |
|
IntArray |
An array of supported texture formats for the surface. |
IntArray |
|
Int |
The supported texture usages for the surface. |
Public constructors
GPUSurfaceCapabilities
Added in 1.0.0-alpha05
GPUSurfaceCapabilities(
usages: Int,
formats: IntArray = intArrayOf(),
presentModes: IntArray = intArrayOf(),
alphaModes: IntArray = intArrayOf()
)
Public properties
formats
Added in 1.0.0-alpha05
var formats: IntArray
An array of supported texture formats for the surface.