Class SDL_GPUStoreOp
java.lang.Object
club.doki7.sdl3.enumtype.SDL_GPUStoreOp
Specifies how the contents of a texture attached to a render pass are treated at the end of the render pass.
Since: This enum is available since SDL 3.2.0.
See also:
SDL_BeginGPURenderPass
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
-
Method Summary
-
Field Details
-
STORE
public static final int STORE- See Also:
-
DONT_CARE
public static final int DONT_CARE- See Also:
-
RESOLVE
public static final int RESOLVE- See Also:
-
RESOLVE_AND_STORE
public static final int RESOLVE_AND_STORE- See Also:
-
-
Method Details
-
explain
-