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 TypeMethodDescriptionvoid
VkInstanceCommands.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 record
Represents a pointer toVkDebugReportCallbackEXT
handle(s) in native memory.Methods in club.doki7.vulkan.handle that return VkDebugReportCallbackEXTModifier and TypeMethodDescription@Nullable VkDebugReportCallbackEXT
VkDebugReportCallbackEXT.Ptr.read()
@Nullable VkDebugReportCallbackEXT
VkDebugReportCallbackEXT.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.Ptr
VkDebugReportCallbackEXT.Ptr.allocate
(Arena arena, @Nullable VkDebugReportCallbackEXT[] values) static VkDebugReportCallbackEXT.Ptr
VkDebugReportCallbackEXT.Ptr.allocateV
(Arena arena, @Nullable VkDebugReportCallbackEXT value0, @Nullable VkDebugReportCallbackEXT... values) void
VkDebugReportCallbackEXT.Ptr.write
(long index, @Nullable VkDebugReportCallbackEXT value) void
VkDebugReportCallbackEXT.Ptr.write
(@Nullable VkDebugReportCallbackEXT value) void
VkDebugReportCallbackEXT.Ptr.write
(@Nullable VkDebugReportCallbackEXT[] values) void
VkDebugReportCallbackEXT.Ptr.writeV
(@Nullable VkDebugReportCallbackEXT value0, @Nullable VkDebugReportCallbackEXT... values)