Uses of Record Class
club.doki7.vulkan.handle.VkDebugReportCallbackEXT
Packages that use VkDebugReportCallbackEXT
Package
Description
Vulkan API commands
Opaque handle types of Vulkan API.
-
Uses of VkDebugReportCallbackEXT in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkDebugReportCallbackEXTModifier and TypeMethodDescriptionvoidVkInstanceCommands.destroyDebugReportCallbackEXT(VkInstance instance, @Nullable VkDebugReportCallbackEXT callback, @Nullable VkAllocationCallbacks pAllocator) -
Uses of VkDebugReportCallbackEXT in club.doki7.vulkan.handle
Classes in club.doki7.vulkan.handle that implement interfaces with type arguments of type VkDebugReportCallbackEXTModifier and TypeClassDescriptionstatic final recordRepresents a pointer toVkDebugReportCallbackEXThandle(s) in native memory.Methods in club.doki7.vulkan.handle that return VkDebugReportCallbackEXTModifier and TypeMethodDescription@Nullable VkDebugReportCallbackEXTVkDebugReportCallbackEXT.Ptr.read()@Nullable VkDebugReportCallbackEXTVkDebugReportCallbackEXT.Ptr.read(long index) Methods in club.doki7.vulkan.handle that return types with arguments of type VkDebugReportCallbackEXTModifier and TypeMethodDescription@NotNull Iterator<VkDebugReportCallbackEXT> VkDebugReportCallbackEXT.Ptr.iterator()Methods in club.doki7.vulkan.handle with parameters of type VkDebugReportCallbackEXTModifier and TypeMethodDescriptionstatic VkDebugReportCallbackEXT.PtrVkDebugReportCallbackEXT.Ptr.allocate(Arena arena, @Nullable VkDebugReportCallbackEXT @NotNull [] values) static VkDebugReportCallbackEXT.PtrVkDebugReportCallbackEXT.Ptr.allocateV(Arena arena, @Nullable VkDebugReportCallbackEXT value0, @Nullable VkDebugReportCallbackEXT... values) voidVkDebugReportCallbackEXT.Ptr.write(long index, @Nullable VkDebugReportCallbackEXT value) voidVkDebugReportCallbackEXT.Ptr.write(@Nullable VkDebugReportCallbackEXT value) voidVkDebugReportCallbackEXT.Ptr.write(@Nullable VkDebugReportCallbackEXT[] values) voidVkDebugReportCallbackEXT.Ptr.writeV(@Nullable VkDebugReportCallbackEXT value0, @Nullable VkDebugReportCallbackEXT... values) Method parameters in club.doki7.vulkan.handle with type arguments of type VkDebugReportCallbackEXTModifier and TypeMethodDescriptionstatic VkDebugReportCallbackEXT.PtrVkDebugReportCallbackEXT.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable VkDebugReportCallbackEXT> values)