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