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