Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceVulkan11Features.Ptr
Packages that use VkPhysicalDeviceVulkan11Features.Ptr
-
Uses of VkPhysicalDeviceVulkan11Features.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceVulkan11Features.PtrModifier and TypeMethodDescriptionVkPhysicalDeviceVulkan11Features.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceVulkan11Features> consumer) @NotNull VkPhysicalDeviceVulkan11Features.PtrVkPhysicalDeviceVulkan11Features.Ptr.offset(long offset) @NotNull VkPhysicalDeviceVulkan11Features.PtrVkPhysicalDeviceVulkan11Features.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceVulkan11Features.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceVulkan11Features.Ptrthat uses the same backing storage as thisVkPhysicalDeviceVulkan11Features.Ptr, but with the new size.VkPhysicalDeviceVulkan11Features.Ptr.slice(long end) @NotNull VkPhysicalDeviceVulkan11Features.PtrVkPhysicalDeviceVulkan11Features.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).