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