Uses of Interface
club.doki7.vma.VMAFunctionTypes.IPFN_vmaFreeDeviceMemoryFunction
Packages that use VMAFunctionTypes.IPFN_vmaFreeDeviceMemoryFunction
-
Uses of VMAFunctionTypes.IPFN_vmaFreeDeviceMemoryFunction in club.doki7.vma
Methods in club.doki7.vma with parameters of type VMAFunctionTypes.IPFN_vmaFreeDeviceMemoryFunctionModifier and TypeMethodDescriptionstatic MethodHandle
VMAFunctionTypes.IPFN_vmaFreeDeviceMemoryFunction.of
(@NotNull VMAFunctionTypes.IPFN_vmaFreeDeviceMemoryFunction lambda) static MemorySegment
VMAFunctionTypes.IPFN_vmaFreeDeviceMemoryFunction.ofNative
(@NotNull VMAFunctionTypes.IPFN_vmaFreeDeviceMemoryFunction lambda) static MemorySegment
VMAFunctionTypes.IPFN_vmaFreeDeviceMemoryFunction.ofNative
(@NotNull Arena arena, @NotNull VMAFunctionTypes.IPFN_vmaFreeDeviceMemoryFunction lambda) -
Uses of VMAFunctionTypes.IPFN_vmaFreeDeviceMemoryFunction in club.doki7.vma.datatype
Methods in club.doki7.vma.datatype with parameters of type VMAFunctionTypes.IPFN_vmaFreeDeviceMemoryFunctionModifier and TypeMethodDescriptionVmaDeviceMemoryCallbacks.pfnFree
(@NotNull VMAFunctionTypes.IPFN_vmaFreeDeviceMemoryFunction value) VmaDeviceMemoryCallbacks.pfnFree
(@NotNull Arena arena, @NotNull VMAFunctionTypes.IPFN_vmaFreeDeviceMemoryFunction value)