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