Uses of Record Class
club.doki7.vulkan.datatype.VkAttachmentDescription.Ptr
Packages that use VkAttachmentDescription.Ptr
-
Uses of VkAttachmentDescription.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkAttachmentDescription.PtrModifier and TypeMethodDescriptionstatic VkAttachmentDescription.Ptr
@NotNull VkAttachmentDescription.Ptr
VkAttachmentDescription.Ptr.offset
(long offset) VkRenderPassCreateInfo.pAttachments
(int assumedCount) @NotNull VkAttachmentDescription.Ptr
VkAttachmentDescription.Ptr.reinterpret
(long newSize) Assume theVkAttachmentDescription.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkAttachmentDescription.Ptr
that uses the same backing storage as thisVkAttachmentDescription.Ptr
, but with the new size.VkAttachmentDescription.Ptr.slice
(long end) @NotNull VkAttachmentDescription.Ptr
VkAttachmentDescription.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).