JavaScript is disabled on your browser.
Description
Nested Class Summary
Enum Constant Summary
Field Summary
Constructor Summary
Method Summary
Enum Constant Details
R8_UNORM
R8_SNORM
RG8_UNORM
RG8_SNORM
RGB8_UNORM
RGB8_SNORM
RGBA8_UNORM
RGBA8_SNORM
R16_UNORM
R16_SNORM
RG16_UNORM
RG16_SNORM
RGB16_UNORM
RGB16_SNORM
RGBA16_UNORM
RGBA16_SNORM
R8_UINT
R8_SINT
RG8_UINT
RG8_SINT
RGB8_UINT
RGB8_SINT
RGBA8_UINT
RGBA8_SINT
R16_UINT
R16_SINT
RG16_UINT
RG16_SINT
RGB16_UINT
RGB16_SINT
RGBA16_UINT
RGBA16_SINT
R32_UINT
R32_SINT
RG32_UINT
RG32_SINT
RGB32_UINT
RGB32_SINT
RGBA32_UINT
RGBA32_SINT
R16_FLOAT
RG16_FLOAT
RGB16_FLOAT
RGBA16_FLOAT
R32_FLOAT
RG32_FLOAT
RGB32_FLOAT
RGBA32_FLOAT
RGB10A2_UNORM
RGB10A2_UINT
RG11B10_FLOAT
D32_FLOAT
D32_FLOAT_S8_UINT
D24_UNORM_S8_UINT
D16_UNORM
S8_UINT
Field Details
componentType
componentCount
Constructor Details
GpuFormat(GpuFormat.ComponentType, int)
Method Details
values()
valueOf(String)
blockSize()
byteAlignment()
componentType()
componentCount()
hasColorAspect()
hasDepthAspect()
hasStencilAspect()
Nested Class Summary
Nested Classes
Enum Constant Summary
Enum Constants
Constructor Summary
Constructors
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
int
int
int
boolean
boolean
boolean
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf