GPUCompatibilityModeLimits.Builder


class GPUCompatibilityModeLimits.Builder


Builder for GPUCompatibilityModeLimits.

Summary

Public constructors

Public constructors

Builder

Added in 1.0.0-alpha05
Builder()

Public functions

setMaxStorageBuffersInFragmentStage

Added in 1.0.0-alpha05
fun setMaxStorageBuffersInFragmentStage(
    maxStorageBuffersInFragmentStage: Int
): GPUCompatibilityModeLimits.Builder

setMaxStorageBuffersInVertexStage

Added in 1.0.0-alpha05
fun setMaxStorageBuffersInVertexStage(maxStorageBuffersInVertexStage: Int): GPUCompatibilityModeLimits.Builder

setMaxStorageTexturesInFragmentStage

Added in 1.0.0-alpha05
fun setMaxStorageTexturesInFragmentStage(
    maxStorageTexturesInFragmentStage: Int
): GPUCompatibilityModeLimits.Builder

setMaxStorageTexturesInVertexStage

Added in 1.0.0-alpha05
fun setMaxStorageTexturesInVertexStage(
    maxStorageTexturesInVertexStage: Int
): GPUCompatibilityModeLimits.Builder