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