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