Uses of Record Class
club.doki7.vulkan.handle.VkSemaphoreSciSyncPoolNV.Ptr
Packages that use VkSemaphoreSciSyncPoolNV.Ptr
Package
Description
Vulkan API commands
Opaque handle types of Vulkan API.
-
Uses of VkSemaphoreSciSyncPoolNV.Ptr in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkSemaphoreSciSyncPoolNV.PtrModifier and TypeMethodDescriptionint
VkDeviceCommands.createSemaphoreSciSyncPoolNV
(VkDevice device, VkSemaphoreSciSyncPoolCreateInfoNV pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSemaphoreSciSyncPoolNV.Ptr pSemaphorePool) -
Uses of VkSemaphoreSciSyncPoolNV.Ptr in club.doki7.vulkan.handle
Methods in club.doki7.vulkan.handle that return VkSemaphoreSciSyncPoolNV.PtrModifier and TypeMethodDescriptionstatic VkSemaphoreSciSyncPoolNV.Ptr
static VkSemaphoreSciSyncPoolNV.Ptr
static VkSemaphoreSciSyncPoolNV.Ptr
VkSemaphoreSciSyncPoolNV.Ptr.allocate
(Arena arena, @Nullable VkSemaphoreSciSyncPoolNV[] values) static VkSemaphoreSciSyncPoolNV.Ptr
VkSemaphoreSciSyncPoolNV.Ptr.allocateV
(Arena arena, @Nullable VkSemaphoreSciSyncPoolNV value0, @Nullable VkSemaphoreSciSyncPoolNV... values) VkSemaphoreSciSyncPoolNV.Ptr.offset
(long offset) VkSemaphoreSciSyncPoolNV.Ptr.reinterpret
(long newSize) Assume theVkSemaphoreSciSyncPoolNV.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkSemaphoreSciSyncPoolNV.Ptr
that uses the same backing storage as thisVkSemaphoreSciSyncPoolNV.Ptr
, but with the new size.VkSemaphoreSciSyncPoolNV.Ptr.slice
(long end) VkSemaphoreSciSyncPoolNV.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).