To render an FBX model using SDL and Vulkan in C#, you'll need to follow these general steps:
main.cs742 chars20 lines
main.cs740 chars15 lines
main.cs1043 chars16 lines
main.cs518 chars11 lines
main.cs762 chars9 lines
These are just the general steps to render an FBX model using SDL and Vulkan in C#. The actual implementation will depend on your specific application and the requirements of your project.
gistlibby LogSnag