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 TypeMethodDescriptionintVkDeviceCommands.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.Ptrstatic VkSemaphoreSciSyncPoolNV.Ptrstatic VkSemaphoreSciSyncPoolNV.PtrVkSemaphoreSciSyncPoolNV.Ptr.allocate(Arena arena, @Nullable VkSemaphoreSciSyncPoolNV @NotNull [] values) static VkSemaphoreSciSyncPoolNV.PtrVkSemaphoreSciSyncPoolNV.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable VkSemaphoreSciSyncPoolNV> values) static VkSemaphoreSciSyncPoolNV.PtrVkSemaphoreSciSyncPoolNV.Ptr.allocateV(Arena arena, @Nullable VkSemaphoreSciSyncPoolNV value0, @Nullable VkSemaphoreSciSyncPoolNV... values) VkSemaphoreSciSyncPoolNV.Ptr.offset(long offset) VkSemaphoreSciSyncPoolNV.Ptr.reinterpret(long newSize) Assume theVkSemaphoreSciSyncPoolNV.Ptris capable of holding at leastnewSizehandles, create a new viewVkSemaphoreSciSyncPoolNV.Ptrthat 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).