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