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). |
Constants
ARRAY_LAYER_COUNT_UNDEFINED
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
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
public static final float DEPTH_CLEAR_VALUE_UNDEFINED
A constant value representing an undefined depth clear value.
DEPTH_SLICE_UNDEFINED
public static final int DEPTH_SLICE_UNDEFINED
A constant value indicating that the depth slice index is undefined.
LIMIT_U32_UNDEFINED
public static final int LIMIT_U32_UNDEFINED
A constant value indicating an undefined 32-bit integer limit.
LIMIT_U64_UNDEFINED
public static final long LIMIT_U64_UNDEFINED
A constant value indicating an undefined 64-bit integer limit.
MIP_LEVEL_COUNT_UNDEFINED
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
public static final int QUERY_SET_INDEX_UNDEFINED
A constant value indicating an undefined query set index.
WHOLE_MAP_SIZE
public static final long WHOLE_MAP_SIZE
A constant value representing the whole size of a mappable buffer range.
WHOLE_SIZE
public static final long WHOLE_SIZE
A constant value representing the whole size of a resource (e.g., buffer).