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