Class SDL_GPUTextureUsageFlags
java.lang.Object
club.doki7.sdl3.bitmask.SDL_GPUTextureUsageFlags
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Method Summary
-
Field Details
-
COLOR_TARGET
public static final int COLOR_TARGET- See Also:
-
COMPUTE_STORAGE_READ
public static final int COMPUTE_STORAGE_READ- See Also:
-
COMPUTE_STORAGE_SIMULTANEOUS_READ_WRITE
public static final int COMPUTE_STORAGE_SIMULTANEOUS_READ_WRITE- See Also:
-
COMPUTE_STORAGE_WRITE
public static final int COMPUTE_STORAGE_WRITE- See Also:
-
DEPTH_STENCIL_TARGET
public static final int DEPTH_STENCIL_TARGET- See Also:
-
GRAPHICS_STORAGE_READ
public static final int GRAPHICS_STORAGE_READ- See Also:
-
SAMPLER
public static final int SAMPLER- See Also:
-
-
Method Details
-
explain
-