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