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.PtrVkSurfacePresentModeEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkSurfacePresentModeEXT> consumer) @NotNull VkSurfacePresentModeEXT.PtrVkSurfacePresentModeEXT.Ptr.offset(long offset) @NotNull VkSurfacePresentModeEXT.PtrVkSurfacePresentModeEXT.Ptr.reinterpret(long newSize) Assume theVkSurfacePresentModeEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkSurfacePresentModeEXT.Ptrthat uses the same backing storage as thisVkSurfacePresentModeEXT.Ptr, but with the new size.VkSurfacePresentModeEXT.Ptr.slice(long end) @NotNull VkSurfacePresentModeEXT.PtrVkSurfacePresentModeEXT.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).