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