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