Uses of Record Class
club.doki7.sdl3.handle.SDL_GPUFence.Ptr
Packages that use SDL_GPUFence.Ptr
-
Uses of SDL_GPUFence.Ptr in club.doki7.sdl3
Methods in club.doki7.sdl3 with parameters of type SDL_GPUFence.PtrModifier and TypeMethodDescriptionboolean
SDL3.waitForGPUFences
(@Nullable SDL_GPUDevice device, boolean wait_all, SDL_GPUFence.Ptr fences, int num_fences) Blocks the thread until the given fences are signaled. -
Uses of SDL_GPUFence.Ptr in club.doki7.sdl3.handle
Methods in club.doki7.sdl3.handle that return SDL_GPUFence.PtrModifier and TypeMethodDescriptionstatic SDL_GPUFence.Ptr
static SDL_GPUFence.Ptr
static SDL_GPUFence.Ptr
SDL_GPUFence.Ptr.allocate
(Arena arena, @Nullable SDL_GPUFence[] values) static SDL_GPUFence.Ptr
SDL_GPUFence.Ptr.allocateV
(Arena arena, @Nullable SDL_GPUFence value0, @Nullable SDL_GPUFence... values) SDL_GPUFence.Ptr.offset
(long offset) SDL_GPUFence.Ptr.reinterpret
(long newSize) Assume theSDL_GPUFence.Ptr
is capable of holding at leastnewSize
handles, create a new viewSDL_GPUFence.Ptr
that uses the same backing storage as thisSDL_GPUFence.Ptr
, but with the new size.SDL_GPUFence.Ptr.slice
(long end) SDL_GPUFence.Ptr.slice
(long start, long end) Note that this function uses theList.subList(int, int)
semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)
semantics (offset + newSize).