Class SDL_GPUFrontFace
java.lang.Object
club.doki7.sdl3.enumtype.SDL_GPUFrontFace
Specifies the vertex winding that will cause a triangle to be determined to be front-facing.
Since: This enum is available since SDL 3.2.0.
See also:
SDL_CreateGPUGraphicsPipeline
-
Field Summary
Fields -
Method Summary
-
Field Details
-
COUNTER_CLOCKWISE
public static final int COUNTER_CLOCKWISE- See Also:
-
CLOCKWISE
public static final int CLOCKWISE- See Also:
-
-
Method Details
-
explain
-