Interface VkFunctionTypes.IPFN_vkDebugReportCallbackEXT
- Enclosing class:
VkFunctionTypes
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionint
invoke
(int p0, int p1, long p2, MemorySegment p3, int p4, @NotNull MemorySegment p5, @NotNull MemorySegment p6, @NotNull MemorySegment p7) static MethodHandle
of
(@NotNull VkFunctionTypes.IPFN_vkDebugReportCallbackEXT lambda) static MemorySegment
ofNative
(@NotNull VkFunctionTypes.IPFN_vkDebugReportCallbackEXT lambda) static MemorySegment
ofNative
(@NotNull Arena arena, @NotNull VkFunctionTypes.IPFN_vkDebugReportCallbackEXT lambda)
-
Method Details
-
invoke
@NativeType("VkBool32") @Unsigned int invoke(@Bitmask(VkDebugReportFlagsEXT.class) int p0, @EnumType(VkDebugReportObjectTypeEXT.class) int p1, @Unsigned long p2, @NativeType("size_t") MemorySegment p3, int p4, @Pointer(comment="void*") @NotNull @NotNull MemorySegment p5, @Pointer(comment="void*") @NotNull @NotNull MemorySegment p6, @Pointer(comment="void*") @NotNull @NotNull MemorySegment p7) -
of
-
ofNative
static MemorySegment ofNative(@NotNull @NotNull VkFunctionTypes.IPFN_vkDebugReportCallbackEXT lambda) -
ofNative
static MemorySegment ofNative(@NotNull @NotNull Arena arena, @NotNull @NotNull VkFunctionTypes.IPFN_vkDebugReportCallbackEXT lambda)
-