Class SDL_GPUTransferBufferUsage
java.lang.Object
club.doki7.sdl3.enumtype.SDL_GPUTransferBufferUsage
Specifies how a transfer buffer is intended to be used by the client.
Note that mapping and copying FROM an upload transfer buffer or TO a download transfer buffer is undefined behavior.
Since: This enum is available since SDL 3.2.0.
See also:
SDL_CreateGPUTransferBuffer
-
Field Summary
Fields -
Method Summary
-
Field Details
-
UPLOAD
public static final int UPLOAD- See Also:
-
DOWNLOAD
public static final int DOWNLOAD- See Also:
-
-
Method Details
-
explain
-