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