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 MethodHandleVMAFunctionTypes.IPFN_vmaFreeDeviceMemoryFunction.of(@NotNull VMAFunctionTypes.IPFN_vmaFreeDeviceMemoryFunction lambda) static MemorySegmentVMAFunctionTypes.IPFN_vmaFreeDeviceMemoryFunction.ofNative(@NotNull VMAFunctionTypes.IPFN_vmaFreeDeviceMemoryFunction lambda) static MemorySegmentVMAFunctionTypes.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)