GPUCompatibilityModeLimits


class GPUCompatibilityModeLimits


Summary

Public constructors

GPUCompatibilityModeLimits(
    maxStorageBuffersInVertexStage: Int,
    maxStorageTexturesInVertexStage: Int,
    maxStorageBuffersInFragmentStage: Int,
    maxStorageTexturesInFragmentStage: Int
)

Public constructors

GPUCompatibilityModeLimits

Added in 1.0.0-alpha05
GPUCompatibilityModeLimits(
    maxStorageBuffersInVertexStage: Int = Constants.LIMIT_U32_UNDEFINED,
    maxStorageTexturesInVertexStage: Int = Constants.LIMIT_U32_UNDEFINED,
    maxStorageBuffersInFragmentStage: Int = Constants.LIMIT_U32_UNDEFINED,
    maxStorageTexturesInFragmentStage: Int = Constants.LIMIT_U32_UNDEFINED
)

Public properties

maxStorageBuffersInFragmentStage

Added in 1.0.0-alpha05
var maxStorageBuffersInFragmentStageInt

maxStorageBuffersInVertexStage

Added in 1.0.0-alpha05
var maxStorageBuffersInVertexStageInt

maxStorageTexturesInFragmentStage

Added in 1.0.0-alpha05
var maxStorageTexturesInFragmentStageInt

maxStorageTexturesInVertexStage

Added in 1.0.0-alpha05
var maxStorageTexturesInVertexStageInt