Class SDL_GPULoadOp
java.lang.Object
club.doki7.sdl3.enumtype.SDL_GPULoadOp
Specifies how the contents of a texture attached to a render pass are treated at the beginning of the render pass.
Since: This enum is available since SDL 3.2.0.
See also:
SDL_BeginGPURenderPass
-
Field Summary
Fields -
Method Summary
-
Field Details
-
LOAD
public static final int LOAD- See Also:
-
CLEAR
public static final int CLEAR- See Also:
-
DONT_CARE
public static final int DONT_CARE- See Also:
-
-
Method Details
-
explain
-