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