Uses of Record Class
club.doki7.vulkan.handle.VkDebugReportCallbackEXT.Ptr
Packages that use VkDebugReportCallbackEXT.Ptr
Package
Description
Vulkan API commands
Opaque handle types of Vulkan API.
-
Uses of VkDebugReportCallbackEXT.Ptr in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkDebugReportCallbackEXT.PtrModifier and TypeMethodDescriptionintVkInstanceCommands.createDebugReportCallbackEXT(VkInstance instance, VkDebugReportCallbackCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDebugReportCallbackEXT.Ptr pCallback) -
Uses of VkDebugReportCallbackEXT.Ptr in club.doki7.vulkan.handle
Methods in club.doki7.vulkan.handle that return VkDebugReportCallbackEXT.PtrModifier and TypeMethodDescriptionstatic VkDebugReportCallbackEXT.Ptrstatic VkDebugReportCallbackEXT.Ptrstatic VkDebugReportCallbackEXT.PtrVkDebugReportCallbackEXT.Ptr.allocate(Arena arena, @Nullable VkDebugReportCallbackEXT @NotNull [] values) static VkDebugReportCallbackEXT.PtrVkDebugReportCallbackEXT.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable VkDebugReportCallbackEXT> values) static VkDebugReportCallbackEXT.PtrVkDebugReportCallbackEXT.Ptr.allocateV(Arena arena, @Nullable VkDebugReportCallbackEXT value0, @Nullable VkDebugReportCallbackEXT... values) VkDebugReportCallbackEXT.Ptr.offset(long offset) VkDebugReportCallbackEXT.Ptr.reinterpret(long newSize) Assume theVkDebugReportCallbackEXT.Ptris capable of holding at leastnewSizehandles, create a new viewVkDebugReportCallbackEXT.Ptrthat uses the same backing storage as thisVkDebugReportCallbackEXT.Ptr, but with the new size.VkDebugReportCallbackEXT.Ptr.slice(long end) VkDebugReportCallbackEXT.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).