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