Uses of Record Class
club.doki7.vulkan.handle.VkIndirectExecutionSetEXT.Ptr
Packages that use VkIndirectExecutionSetEXT.Ptr
Package
Description
Vulkan API commands
Opaque handle types of Vulkan API.
-
Uses of VkIndirectExecutionSetEXT.Ptr in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkIndirectExecutionSetEXT.PtrModifier and TypeMethodDescriptionintVkDeviceCommands.createIndirectExecutionSetEXT(VkDevice device, VkIndirectExecutionSetCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkIndirectExecutionSetEXT.Ptr pIndirectExecutionSet) -
Uses of VkIndirectExecutionSetEXT.Ptr in club.doki7.vulkan.handle
Methods in club.doki7.vulkan.handle that return VkIndirectExecutionSetEXT.PtrModifier and TypeMethodDescriptionVkIndirectExecutionSetEXT.Ptr.allocate(Arena arena, @Nullable VkIndirectExecutionSetEXT @NotNull [] values) VkIndirectExecutionSetEXT.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable VkIndirectExecutionSetEXT> values) VkIndirectExecutionSetEXT.Ptr.allocateV(Arena arena, @Nullable VkIndirectExecutionSetEXT value0, @Nullable VkIndirectExecutionSetEXT... values) VkIndirectExecutionSetEXT.Ptr.offset(long offset) VkIndirectExecutionSetEXT.Ptr.reinterpret(long newSize) Assume theVkIndirectExecutionSetEXT.Ptris capable of holding at leastnewSizehandles, create a new viewVkIndirectExecutionSetEXT.Ptrthat uses the same backing storage as thisVkIndirectExecutionSetEXT.Ptr, but with the new size.VkIndirectExecutionSetEXT.Ptr.slice(long end) VkIndirectExecutionSetEXT.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).