Uses of Record Class
club.doki7.vulkan.datatype.VkDebugReportCallbackCreateInfoEXT
Packages that use VkDebugReportCallbackCreateInfoEXT
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkDebugReportCallbackCreateInfoEXT in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkDebugReportCallbackCreateInfoEXTModifier and TypeMethodDescriptionint
VkInstanceCommands.createDebugReportCallbackEXT
(VkInstance instance, VkDebugReportCallbackCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDebugReportCallbackEXT.Ptr pCallback) -
Uses of VkDebugReportCallbackCreateInfoEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkDebugReportCallbackCreateInfoEXTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkDebugReportCallbackCreateInfoEXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDebugReportCallbackCreateInfoEXTModifier and TypeMethodDescription@NotNull VkDebugReportCallbackCreateInfoEXT
VkDebugReportCallbackCreateInfoEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkDebugReportCallbackCreateInfoEXT.clone
(Arena arena, VkDebugReportCallbackCreateInfoEXT src) VkDebugReportCallbackCreateInfoEXT.flags
(int value) VkDebugReportCallbackCreateInfoEXT.pfnCallback
(@Nullable IPointer pointer) VkDebugReportCallbackCreateInfoEXT.pfnCallback
(@NotNull VkFunctionTypes.IPFN_vkDebugReportCallbackEXT value) VkDebugReportCallbackCreateInfoEXT.pfnCallback
(@NotNull Arena arena, @NotNull VkFunctionTypes.IPFN_vkDebugReportCallbackEXT value) VkDebugReportCallbackCreateInfoEXT.pfnCallback
(@NotNull MemorySegment value) VkDebugReportCallbackCreateInfoEXT.pNext
(@NotNull MemorySegment value) VkDebugReportCallbackCreateInfoEXT.pUserData
(@NotNull MemorySegment value) VkDebugReportCallbackCreateInfoEXT.sType
(int value) VkDebugReportCallbackCreateInfoEXT.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkDebugReportCallbackCreateInfoEXTModifier and TypeMethodDescription@NotNull Iterator
<VkDebugReportCallbackCreateInfoEXT> VkDebugReportCallbackCreateInfoEXT.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkDebugReportCallbackCreateInfoEXTModifier and TypeMethodDescriptionVkDebugReportCallbackCreateInfoEXT.clone
(Arena arena, VkDebugReportCallbackCreateInfoEXT src) void
VkDebugReportCallbackCreateInfoEXT.Ptr.write
(long index, @NotNull VkDebugReportCallbackCreateInfoEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkDebugReportCallbackCreateInfoEXTModifier and TypeMethodDescriptionVkDebugReportCallbackCreateInfoEXT.Ptr.at
(long index, @NotNull Consumer<@NotNull VkDebugReportCallbackCreateInfoEXT> consumer)