Class SDL_GPUSamplerAddressMode
java.lang.Object
club.doki7.sdl3.enumtype.SDL_GPUSamplerAddressMode
Specifies behavior of texture sampling when the coordinates exceed the 0-1 range.
Since: This enum is available since SDL 3.2.0.
See also:
SDL_CreateGPUSampler
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
-
Method Summary
-
Field Details
-
REPEAT
public static final int REPEAT- See Also:
-
MIRRORED_REPEAT
public static final int MIRRORED_REPEAT- See Also:
-
CLAMP_TO_EDGE
public static final int CLAMP_TO_EDGE- See Also:
-
-
Method Details
-
explain
-