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