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.offset
(long offset) VkPhysicalDeviceAddressBindingReportFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceAddressBindingReportFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceAddressBindingReportFeaturesEXT.Ptr
that 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).