Interface VMAFunctionTypes.IPFN_vmaCheckDefragmentationBreakFunction
- Enclosing class:
VMAFunctionTypes
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static interface VMAFunctionTypes.IPFN_vmaCheckDefragmentationBreakFunction
-
Method Summary
Modifier and TypeMethodDescriptionintinvoke(@NotNull MemorySegment p0) static MethodHandleof(@NotNull VMAFunctionTypes.IPFN_vmaCheckDefragmentationBreakFunction lambda) static MemorySegmentofNative(@NotNull VMAFunctionTypes.IPFN_vmaCheckDefragmentationBreakFunction lambda) static MemorySegmentofNative(@NotNull Arena arena, @NotNull VMAFunctionTypes.IPFN_vmaCheckDefragmentationBreakFunction lambda)
-
Method Details
-
invoke
@NativeType("VkBool32") @Unsigned int invoke(@Pointer(comment="void*") @NotNull @NotNull MemorySegment p0) -
of
static MethodHandle of(@NotNull @NotNull VMAFunctionTypes.IPFN_vmaCheckDefragmentationBreakFunction lambda) -
ofNative
static MemorySegment ofNative(@NotNull @NotNull VMAFunctionTypes.IPFN_vmaCheckDefragmentationBreakFunction lambda) -
ofNative
static MemorySegment ofNative(@NotNull @NotNull Arena arena, @NotNull @NotNull VMAFunctionTypes.IPFN_vmaCheckDefragmentationBreakFunction lambda)
-