Uses of Record Class
club.doki7.vulkan.datatype.VkRenderingAttachmentInfo.Ptr
Packages that use VkRenderingAttachmentInfo.Ptr
-
Uses of VkRenderingAttachmentInfo.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkRenderingAttachmentInfo.PtrModifier and TypeMethodDescription@NotNull VkRenderingAttachmentInfo.Ptr
VkRenderingAttachmentInfo.Ptr.offset
(long offset) VkRenderingInfo.pColorAttachments
(int assumedCount) VkRenderingInfo.pDepthAttachment
(int assumedCount) VkRenderingInfo.pStencilAttachment
(int assumedCount) @NotNull VkRenderingAttachmentInfo.Ptr
VkRenderingAttachmentInfo.Ptr.reinterpret
(long newSize) Assume theVkRenderingAttachmentInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkRenderingAttachmentInfo.Ptr
that uses the same backing storage as thisVkRenderingAttachmentInfo.Ptr
, but with the new size.VkRenderingAttachmentInfo.Ptr.slice
(long end) @NotNull VkRenderingAttachmentInfo.Ptr
VkRenderingAttachmentInfo.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).