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