Constants


object Constants


Summary

Constants

const Int

A sentinel value indicating that the array layer count is not specified and should be inferred.

const Int

A sentinel value indicating that the copy stride for a texture or buffer operation is not specified.

const Float

A sentinel value indicating that no depth clear value is provided.

const Int

A sentinel value indicating that a depth slice is not specified, often defaulting to 0.

const Int

A sentinel value for 32-bit unsigned integer limits, indicating that no specific limit is requested.

const Long

A sentinel value for 64-bit unsigned integer limits, indicating that no specific limit is requested.

const Int

A sentinel value indicating that the mip level count is not specified and should be inferred.

const Int

A sentinel value indicating that a query set index is not specified.

const Long

A sentinel value for @see StringView to indicate a {@code null}-terminated string.

const Long

A sentinel value used in mapping operations to indicate the range extends to the end of the buffer.

const Long

A sentinel value indicating a size that extends to the end of a resource.

Constants

ARRAY_LAYER_COUNT_UNDEFINED

Added in 1.0.0-alpha04
const val ARRAY_LAYER_COUNT_UNDEFINEDInt

A sentinel value indicating that the array layer count is not specified and should be inferred.

COPY_STRIDE_UNDEFINED

Added in 1.0.0-alpha04
const val COPY_STRIDE_UNDEFINEDInt

A sentinel value indicating that the copy stride for a texture or buffer operation is not specified.

DEPTH_CLEAR_VALUE_UNDEFINED

Added in 1.0.0-alpha04
const val DEPTH_CLEAR_VALUE_UNDEFINEDFloat

A sentinel value indicating that no depth clear value is provided.

DEPTH_SLICE_UNDEFINED

Added in 1.0.0-alpha04
const val DEPTH_SLICE_UNDEFINEDInt

A sentinel value indicating that a depth slice is not specified, often defaulting to 0.

LIMIT_U32_UNDEFINED

Added in 1.0.0-alpha04
const val LIMIT_U32_UNDEFINEDInt

A sentinel value for 32-bit unsigned integer limits, indicating that no specific limit is requested.

LIMIT_U64_UNDEFINED

Added in 1.0.0-alpha04
const val LIMIT_U64_UNDEFINEDLong

A sentinel value for 64-bit unsigned integer limits, indicating that no specific limit is requested.

MIP_LEVEL_COUNT_UNDEFINED

Added in 1.0.0-alpha04
const val MIP_LEVEL_COUNT_UNDEFINEDInt

A sentinel value indicating that the mip level count is not specified and should be inferred.

QUERY_SET_INDEX_UNDEFINED

Added in 1.0.0-alpha04
const val QUERY_SET_INDEX_UNDEFINEDInt

A sentinel value indicating that a query set index is not specified.

STRLEN

Added in 1.0.0-alpha04
const val STRLENLong

A sentinel value for @see StringView to indicate a {@code null}-terminated string.

WHOLE_MAP_SIZE

Added in 1.0.0-alpha04
const val WHOLE_MAP_SIZELong

A sentinel value used in mapping operations to indicate the range extends to the end of the buffer.

WHOLE_SIZE

Added in 1.0.0-alpha04
const val WHOLE_SIZELong

A sentinel value indicating a size that extends to the end of a resource.