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