Rendering scene in Azure Function cannot find Vulkan driver

I’ve run into an issue trying to render an image from a FBX file.

Running locally on my laptop works, but running within an Azure Function (using .NET Core 3.1) gives this error.

Does this mean a GPU is required in the environment for rendering scenes?

Cannot find vulkan driver in this system.
at #=zC7_TjhDNfH4EPFqjLrYmm4pyWawmcXHC6NOt3gw=.#=z0wgqAi8T2rGf…ctor()
at #=zC7_TjhDNfH4EPFqjLrYmm4pyWawmcXHC6NOt3gw=.#=ztphDtDU=()
at Aspose.ThreeD.Utilities.BinderBase.CreateBinder(Type binderType)
at Aspose.ThreeD.Utilities.BinderBase.InitBinder(String s, Type type, Type binderType)
at #=zAFvpI7QzuWWmpops3oDQN0HfV$RPrroaZw==…cctor() Cannot find vulkan driver in this system.

Similar error

@kirkmarple

The Aspose.3D for .NET requires Vulkan x64 platform, x86 is not supported. You may please find more information in the Rendering section of the API documentation. In case you still face any issue after installing the necessary drivers, please feel free to let us know.

Ah thanks. I missed that in the API docs.

1 Like