Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29235 ディスカッション

DrectX D3D access from Visual Fortran v 6.1

tiddles
ビギナー
583件の閲覧回数
General query on DirectX application from Visual Fortran version 6.1: is the professional edition required? We use the standard edition. Cannot locate any information on D3D in the Fortran help files - only in the Java help. Intend to access the D3D library for matrix and vector calculations. Has anyone tried this or is Visual Fortran already equipped with the fastest numerical code?
0 件の賞賛
1 返信
Jugoslav_Dujic
高評価コントリビューター II
583件の閲覧回数
It is documented in CVF 6.6 docs.

However, I don't think there are any Fortran headers for D3D, not even in 6.6B. Function interfaces probably can be generated using Module wizard, but on first sight the idea of using COM-oriented D3D from Fortran sounds like an overkill.

You may be better off using OpenGL -- it should be equally fast on new graphic cards, simpler to use, and with far more Fortran resources and users' experience to start with. (Not that I'm familiar with it either.) See for example here.

Jugoslav
返信