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