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