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