About Store Forum Documentation Contact



Post Reply 
ShaderModel error
Author Message
McTomas Offline
Member

Post: #1
ShaderModel error
Hi,

I have a Desktop with a Nvidia Geforce 8800 GTX and a Laptop with a Nvidia Geforce GTX 260M.

Both this cards support DirectX 10 and have Shader version Model 4.0

http://en.wikipedia.org/wiki/GeForce_8_Series
http://en.wikipedia.org/wiki/GeForce_200_Series

But when I do
Code:
D.text(0,0,S+D.shaderModel());

it gives me SM_3 , // Model 3.0 (DirectX 9 )

I have the latest drivers.
08-13-2010 07:30 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: ShaderModel error
you need to use dx10+ build to get more than sm_3
08-13-2010 07:41 PM
Find all posts by this user Quote this message in a reply
McTomas Offline
Member

Post: #3
RE: ShaderModel error
of course...silly me :S

thank you grin
08-14-2010 09:27 AM
Find all posts by this user Quote this message in a reply
Post Reply