TextureAspect


public final class TextureAspect

Specifies which aspect of a texture is being referenced.

Summary

Constants

All

public static final int All = 1

All aspects of the texture.

DepthOnly

public static final int DepthOnly = 3

The depth aspect of a depth-stencil texture.

StencilOnly

public static final int StencilOnly = 2

The stencil aspect of a depth-stencil texture.

Undefined

public static final int Undefined = 0

Indicates that no texture aspect is specified.

Public methods

toString

Added in 1.0.0-alpha05
public static final @NonNull StringtoString(int value)