Geometry shader

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

There's no problem with having new vertex formats in the existing API. Also, it's exactly the task of a render engine to manage the matrials and render states properly and efficiently. I'm not sure why there would be any problem to implement the current things in dx10 and thereby, e.g., adding geometry shaders for DirectX. And many other things, which become available that way. Also, OpenGL has all these things already via extensions, so OpenGL will be always at least at the same stage as the DirectX driver.
Post Reply