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