TextureAspect


public final class TextureAspect


Specifies which aspect of a texture is being referenced.

Summary

Constants

static final int
All = 1

All aspects of the texture.

static final int

The depth aspect of a depth-stencil texture.

static final int

The stencil aspect of a depth-stencil texture.

static final int

Indicates that no texture aspect is specified.

Public methods

static final @NonNull String
toString(int value)

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 String toString(int value)