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