Constants


public static class Constants


Summary

Constants

static final int

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

static final int

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

static final float

A constant value representing an undefined depth clear value.

static final int

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

static final int

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

static final long

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

static final int

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

static final int

A constant value indicating an undefined query set index.

static final long
static final long

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

static final long

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

Public fields

static @NonNull Constants

Constants

ARRAY_LAYER_COUNT_UNDEFINED

Added in 1.0.0-alpha01
public static final int ARRAY_LAYER_COUNT_UNDEFINED

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
public static final int COPY_STRIDE_UNDEFINED

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
public static final float DEPTH_CLEAR_VALUE_UNDEFINED

A constant value representing an undefined depth clear value.

DEPTH_SLICE_UNDEFINED

Added in 1.0.0-alpha01
public static final int DEPTH_SLICE_UNDEFINED

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

LIMIT_U32_UNDEFINED

Added in 1.0.0-alpha01
public static final int LIMIT_U32_UNDEFINED

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

LIMIT_U64_UNDEFINED

Added in 1.0.0-alpha01
public static final long LIMIT_U64_UNDEFINED

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

MIP_LEVEL_COUNT_UNDEFINED

Added in 1.0.0-alpha01
public static final int MIP_LEVEL_COUNT_UNDEFINED

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
public static final int QUERY_SET_INDEX_UNDEFINED

A constant value indicating an undefined query set index.

STRLEN

Added in 1.0.0-alpha01
public static final long STRLEN

WHOLE_MAP_SIZE

Added in 1.0.0-alpha01
public static final long WHOLE_MAP_SIZE

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

WHOLE_SIZE

Added in 1.0.0-alpha01
public static final long WHOLE_SIZE

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

Public fields

INSTANCE

Added in 1.0.0-alpha01
public static @NonNull Constants INSTANCE