D - Graphics Language Compatibility
- Jonathan <Jonathan_member pathlink.com> Apr 14 2004
- J Anderson <REMOVEanderson badmama.com.au> Apr 14 2004
- "Walter" <walter digitalmars.com> Apr 14 2004
Is D compatible with OpenGL, Direct X, HLSL, etc.?
Apr 14 2004
Jonathan wrote:Is D compatible with OpenGL, Direct X, HLSL, etc.?
webpage for undig, which includes opengl support. There was a directx implementation somewhere. -- -Anderson: http://badmama.com.au/~anderson/
Apr 14 2004
"Jonathan" <Jonathan_member pathlink.com> wrote in message news:c5kdqa$3093$1 digitaldaemon.com...Is D compatible with OpenGL, Direct X, HLSL, etc.?
D is compatible with any DLL that exposes a C API. One of D's great strengths is its compatibility with C function calling conventions, C structs, and all C data types.
Apr 14 2004









J Anderson <REMOVEanderson badmama.com.au> 