- Enclosing class:
CLFunctionTypes
- 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 TypeMethodDescriptionvoidinvoke(MemorySegment p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3) static MethodHandleof(@NotNull CLFunctionTypes.Ipfn_free_func_0 lambda) static MemorySegmentofNative(@NotNull CLFunctionTypes.Ipfn_free_func_0 lambda) static MemorySegmentofNative(@NotNull Arena arena, @NotNull CLFunctionTypes.Ipfn_free_func_0 lambda)
-
Method Details
-
invoke
void invoke(@NativeType("CLCommandQueue") MemorySegment p0, @NativeType("cl_uint") @Unsigned int p1, @Pointer(comment="void*") @NotNull @NotNull MemorySegment p2, @Pointer(comment="void*") @NotNull @NotNull MemorySegment p3) -
of
-
ofNative
-
ofNative
static MemorySegment ofNative(@NotNull @NotNull Arena arena, @NotNull @NotNull CLFunctionTypes.Ipfn_free_func_0 lambda)
-