Subject: CVS commit: pkgsrc/graphics
From: Maya Rashish
Date: 2021-01-24 20:03:47
Message id: 20210124190347.4EE7DFA9D@cvs.NetBSD.org

Log Message:
Add fna3d version 21.01

This is FNA3D, the 3D graphics library for FNA.

FNA3D was written to be used for FNA's Graphics namespace. It carries the same
API design as XNA 4.0, with various implementations available at runtime
(including Vulkan, OpenGL, Metal, and Direct3D). For shaders, we support
Direct3D 9 Effect Framework binaries via MojoShader.

Note that while FNA is the main consumer of FNA3D, we do NOT provide separate C#
bindings. If you want to use FNA3D in C#, simply use FNA instead; it's the same
API and can be used entirely by itself without dragging in other dependencies.

Files:
RevisionActionfile
1.1addpkgsrc/graphics/fna3d/DESCR
1.1addpkgsrc/graphics/fna3d/Makefile
1.1addpkgsrc/graphics/fna3d/PLIST
1.1addpkgsrc/graphics/fna3d/buildlink3.mk
1.1addpkgsrc/graphics/fna3d/distinfo
1.1addpkgsrc/graphics/fna3d/patches/patch-CMakeLists.txt
1.1addpkgsrc/graphics/fna3d/patches/patch-src_FNA3D__Driver__Vulkan.c