if my graphic cards...

My graphics card doesn't support Pixel Shader and Vertex Shader, can i work with xna GSE anyway?
[164 byte] By [danskcarvalho] at [2008-2-17]
# 1

The XNA Framework graphics API only exposes a programmable pipeline. If you graphics card doesn't support at least pixel shader 1.x, you won't be able to do anything interesting with the graphics API.

PaulBleisch at 2007-8-30 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,XNA Game Studio Express...