Uses of Record Class
club.doki7.vulkan.datatype.VkDebugUtilsObjectNameInfoEXT.Ptr
Packages that use VkDebugUtilsObjectNameInfoEXT.Ptr
-
Uses of VkDebugUtilsObjectNameInfoEXT.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkDebugUtilsObjectNameInfoEXT.PtrModifier and TypeMethodDescriptionVkDebugUtilsObjectNameInfoEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkDebugUtilsObjectNameInfoEXT> consumer) @NotNull VkDebugUtilsObjectNameInfoEXT.PtrVkDebugUtilsObjectNameInfoEXT.Ptr.offset(long offset) VkDebugUtilsMessengerCallbackDataEXT.pObjects(int assumedCount) @NotNull VkDebugUtilsObjectNameInfoEXT.PtrVkDebugUtilsObjectNameInfoEXT.Ptr.reinterpret(long newSize) Assume theVkDebugUtilsObjectNameInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkDebugUtilsObjectNameInfoEXT.Ptrthat uses the same backing storage as thisVkDebugUtilsObjectNameInfoEXT.Ptr, but with the new size.VkDebugUtilsObjectNameInfoEXT.Ptr.slice(long end) @NotNull VkDebugUtilsObjectNameInfoEXT.PtrVkDebugUtilsObjectNameInfoEXT.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).