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