Uses of Record Class
club.doki7.vulkan.datatype.VkDeviceCreateInfo.Ptr
Packages that use VkDeviceCreateInfo.Ptr
Package
Description
Structure (
struct or union) types of Vulkan API.-
Uses of VkDeviceCreateInfo.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return VkDeviceCreateInfo.Ptr -
Uses of VkDeviceCreateInfo.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkDeviceCreateInfo.PtrModifier and TypeMethodDescriptionstatic VkDeviceCreateInfo.PtrVkDeviceCreateInfo.Ptr.at(long index, @NotNull Consumer<@NotNull VkDeviceCreateInfo> consumer) @NotNull VkDeviceCreateInfo.PtrVkDeviceCreateInfo.Ptr.offset(long offset) @NotNull VkDeviceCreateInfo.PtrVkDeviceCreateInfo.Ptr.reinterpret(long newSize) Assume theVkDeviceCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkDeviceCreateInfo.Ptrthat uses the same backing storage as thisVkDeviceCreateInfo.Ptr, but with the new size.VkDeviceCreateInfo.Ptr.slice(long end) @NotNull VkDeviceCreateInfo.PtrVkDeviceCreateInfo.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).