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