Class SDL_GPUCubeMapFace
java.lang.Object
club.doki7.sdl3.enumtype.SDL_GPUCubeMapFace
Specifies the face of a cube map.
Can be passed in as the layer field in texture-related structs.
Since: This enum is available since SDL 3.2.0.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
POSITIVEX
public static final int POSITIVEX- See Also:
-
NEGATIVEX
public static final int NEGATIVEX- See Also:
-
POSITIVEY
public static final int POSITIVEY- See Also:
-
NEGATIVEY
public static final int NEGATIVEY- See Also:
-
POSITIVEZ
public static final int POSITIVEZ- See Also:
-
NEGATIVEZ
public static final int NEGATIVEZ- See Also:
-
-
Method Details
-
explain
-