Uses of Record Class
club.doki7.vulkan.handle.VkDevice.Ptr
Packages that use VkDevice.Ptr
Package
Description
Vulkan API commands
Opaque handle types of Vulkan API.
-
Uses of VkDevice.Ptr in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkDevice.PtrModifier and TypeMethodDescriptionint
VkInstanceCommands.createDevice
(VkPhysicalDevice physicalDevice, VkDeviceCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDevice.Ptr pDevice) -
Uses of VkDevice.Ptr in club.doki7.vulkan.handle
Methods in club.doki7.vulkan.handle that return VkDevice.PtrModifier and TypeMethodDescriptionstatic VkDevice.Ptr
static VkDevice.Ptr
static VkDevice.Ptr
static VkDevice.Ptr
VkDevice.Ptr.offset
(long offset) VkDevice.Ptr.reinterpret
(long newSize) Assume theVkDevice.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkDevice.Ptr
that uses the same backing storage as thisVkDevice.Ptr
, but with the new size.VkDevice.Ptr.slice
(long end) VkDevice.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).