Uses of Record Class
club.doki7.vulkan.datatype.VkSurfacePresentModeCompatibilityEXT.Ptr
Packages that use VkSurfacePresentModeCompatibilityEXT.Ptr
-
Uses of VkSurfacePresentModeCompatibilityEXT.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkSurfacePresentModeCompatibilityEXT.PtrModifier and TypeMethodDescriptionVkSurfacePresentModeCompatibilityEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkSurfacePresentModeCompatibilityEXT> consumer) VkSurfacePresentModeCompatibilityEXT.Ptr.offset(long offset) VkSurfacePresentModeCompatibilityEXT.Ptr.reinterpret(long newSize) Assume theVkSurfacePresentModeCompatibilityEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkSurfacePresentModeCompatibilityEXT.Ptrthat uses the same backing storage as thisVkSurfacePresentModeCompatibilityEXT.Ptr, but with the new size.VkSurfacePresentModeCompatibilityEXT.Ptr.slice(long end) VkSurfacePresentModeCompatibilityEXT.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).