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