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