Stay organized with collections
Save and categorize content based on your preferences.
public final class TextureAspect
Specifies which aspect of a texture is being referenced.
Summary
Constants |
static final int |
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.
|
Constants
public static final int All = 1
All aspects of the texture.
public static final int DepthOnly = 3
The depth aspect of a depth-stencil texture.
public static final int StencilOnly = 2
The stencil aspect of a depth-stencil texture.
public static final int Undefined = 0
Indicates that no texture aspect is specified.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2026-06-24 UTC.
[null,null,["Last updated 2026-06-24 UTC."],[],[]]