Constants


object Constants


Summary

Constants

const Int

A constant value indicating that the texture array layer count is undefined and should use the default value.

const Int

A constant value indicating that the copy stride (bytesPerRow) is undefined and should use the default value.

const Float

A constant value representing an undefined depth clear value.

const Int

A constant value indicating that the depth slice index is undefined.

const Int

A constant value indicating an undefined 32-bit integer limit.

const Long

A constant value indicating an undefined 64-bit integer limit.

const Int

A constant value indicating that the texture mip level count is undefined and should use the default value.

const Int

A constant value indicating an undefined query set index.

const Long
const Long

A constant value representing the whole size of a mappable buffer range.

const Long

A constant value representing the whole size of a resource (e.g., buffer).

Constants

ARRAY_LAYER_COUNT_UNDEFINED

Added in 1.0.0-alpha01
const val ARRAY_LAYER_COUNT_UNDEFINEDInt

A constant value indicating that the texture array layer count is undefined and should use the default value.

COPY_STRIDE_UNDEFINED

Added in 1.0.0-alpha01
const val COPY_STRIDE_UNDEFINEDInt

A constant value indicating that the copy stride (bytesPerRow) is undefined and should use the default value.

DEPTH_CLEAR_VALUE_UNDEFINED

Added in 1.0.0-alpha01
const val DEPTH_CLEAR_VALUE_UNDEFINEDFloat

A constant value representing an undefined depth clear value.

DEPTH_SLICE_UNDEFINED

Added in 1.0.0-alpha01
const val DEPTH_SLICE_UNDEFINEDInt

A constant value indicating that the depth slice index is undefined.

LIMIT_U32_UNDEFINED

Added in 1.0.0-alpha01
const val LIMIT_U32_UNDEFINEDInt

A constant value indicating an undefined 32-bit integer limit.

LIMIT_U64_UNDEFINED

Added in 1.0.0-alpha01
const val LIMIT_U64_UNDEFINEDLong

A constant value indicating an undefined 64-bit integer limit.

MIP_LEVEL_COUNT_UNDEFINED

Added in 1.0.0-alpha01
const val MIP_LEVEL_COUNT_UNDEFINEDInt

A constant value indicating that the texture mip level count is undefined and should use the default value.

QUERY_SET_INDEX_UNDEFINED

Added in 1.0.0-alpha01
const val QUERY_SET_INDEX_UNDEFINEDInt

A constant value indicating an undefined query set index.

STRLEN

Added in 1.0.0-alpha01
const val STRLENLong

WHOLE_MAP_SIZE

Added in 1.0.0-alpha01
const val WHOLE_MAP_SIZELong

A constant value representing the whole size of a mappable buffer range.

WHOLE_SIZE

Added in 1.0.0-alpha01
const val WHOLE_SIZELong

A constant value representing the whole size of a resource (e.g., buffer).