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