Uses of Record Class
club.doki7.vulkan.datatype.VkInstanceCreateInfo.Ptr
Packages that use VkInstanceCreateInfo.Ptr
Package
Description
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkInstanceCreateInfo.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return VkInstanceCreateInfo.PtrModifier and TypeMethodDescriptionXrVulkanInstanceCreateInfoKHR.vulkanCreateInfo
(int assumedCount) -
Uses of VkInstanceCreateInfo.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkInstanceCreateInfo.PtrModifier and TypeMethodDescriptionstatic VkInstanceCreateInfo.Ptr
VkInstanceCreateInfo.Ptr.at
(long index, @NotNull Consumer<@NotNull VkInstanceCreateInfo> consumer) @NotNull VkInstanceCreateInfo.Ptr
VkInstanceCreateInfo.Ptr.offset
(long offset) @NotNull VkInstanceCreateInfo.Ptr
VkInstanceCreateInfo.Ptr.reinterpret
(long newSize) Assume theVkInstanceCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkInstanceCreateInfo.Ptr
that uses the same backing storage as thisVkInstanceCreateInfo.Ptr
, but with the new size.VkInstanceCreateInfo.Ptr.slice
(long end) @NotNull VkInstanceCreateInfo.Ptr
VkInstanceCreateInfo.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).