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.PtrVkInstanceCreateInfo.Ptr.at(long index, @NotNull Consumer<@NotNull VkInstanceCreateInfo> consumer) @NotNull VkInstanceCreateInfo.PtrVkInstanceCreateInfo.Ptr.offset(long offset) @NotNull VkInstanceCreateInfo.PtrVkInstanceCreateInfo.Ptr.reinterpret(long newSize) Assume theVkInstanceCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkInstanceCreateInfo.Ptrthat uses the same backing storage as thisVkInstanceCreateInfo.Ptr, but with the new size.VkInstanceCreateInfo.Ptr.slice(long end) @NotNull VkInstanceCreateInfo.PtrVkInstanceCreateInfo.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).