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.Ptr
VkClearValue.Ptr.at
(long index, @NotNull Consumer<@NotNull VkClearValue> consumer) @NotNull VkClearValue.Ptr
VkClearValue.Ptr.offset
(long offset) VkRenderPassBeginInfo.pClearValues
(int assumedCount) @NotNull VkClearValue.Ptr
VkClearValue.Ptr.reinterpret
(long newSize) Assume theVkClearValue.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkClearValue.Ptr
that uses the same backing storage as thisVkClearValue.Ptr
, but with the new size.VkClearValue.Ptr.slice
(long end) @NotNull VkClearValue.Ptr
VkClearValue.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).