Uses of Record Class
club.doki7.vulkan.datatype.VkFramebufferAttachmentsCreateInfo.Ptr
Packages that use VkFramebufferAttachmentsCreateInfo.Ptr
-
Uses of VkFramebufferAttachmentsCreateInfo.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkFramebufferAttachmentsCreateInfo.PtrModifier and TypeMethodDescriptionVkFramebufferAttachmentsCreateInfo.Ptr.at
(long index, @NotNull Consumer<@NotNull VkFramebufferAttachmentsCreateInfo> consumer) VkFramebufferAttachmentsCreateInfo.Ptr.offset
(long offset) VkFramebufferAttachmentsCreateInfo.Ptr.reinterpret
(long newSize) Assume theVkFramebufferAttachmentsCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkFramebufferAttachmentsCreateInfo.Ptr
that uses the same backing storage as thisVkFramebufferAttachmentsCreateInfo.Ptr
, but with the new size.VkFramebufferAttachmentsCreateInfo.Ptr.slice
(long end) VkFramebufferAttachmentsCreateInfo.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).