Uses of Record Class
club.doki7.vulkan.datatype.VkVideoFormatH265QuantizationMapPropertiesKHR.Ptr
Packages that use VkVideoFormatH265QuantizationMapPropertiesKHR.Ptr
-
Uses of VkVideoFormatH265QuantizationMapPropertiesKHR.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkVideoFormatH265QuantizationMapPropertiesKHR.PtrModifier and TypeMethodDescriptionVkVideoFormatH265QuantizationMapPropertiesKHR.Ptr.at
(long index, @NotNull Consumer<@NotNull VkVideoFormatH265QuantizationMapPropertiesKHR> consumer) VkVideoFormatH265QuantizationMapPropertiesKHR.Ptr.offset
(long offset) VkVideoFormatH265QuantizationMapPropertiesKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoFormatH265QuantizationMapPropertiesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoFormatH265QuantizationMapPropertiesKHR.Ptr
that uses the same backing storage as thisVkVideoFormatH265QuantizationMapPropertiesKHR.Ptr
, but with the new size.VkVideoFormatH265QuantizationMapPropertiesKHR.Ptr.slice
(long end) VkVideoFormatH265QuantizationMapPropertiesKHR.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).