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