Uses of Record Class
club.doki7.vulkan.datatype.VkClearValue.Ptr
Packages that use VkClearValue.Ptr
-
Uses of VkClearValue.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkClearValue.PtrModifier and TypeMethodDescriptionstatic VkClearValue.PtrVkClearValue.Ptr.at(long index, @NotNull Consumer<@NotNull VkClearValue> consumer) @NotNull VkClearValue.PtrVkClearValue.Ptr.offset(long offset) VkRenderPassBeginInfo.pClearValues(int assumedCount) @NotNull VkClearValue.PtrVkClearValue.Ptr.reinterpret(long newSize) Assume theVkClearValue.Ptris capable of holding at leastnewSizestructures, create a new viewVkClearValue.Ptrthat uses the same backing storage as thisVkClearValue.Ptr, but with the new size.VkClearValue.Ptr.slice(long end) @NotNull VkClearValue.PtrVkClearValue.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).