CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    Dec 2011
    Posts
    4

    Get Video Card Shader Model

    Hi,
    Does anyone know how to get the Shader Model version installed?? Or the Vertex and Pixel Shader Version.
    I heard about doing it with GetDeviceCaps, but I can't find anything on how to do it...

    If anyone could help, it'll be great!
    Best regards,
    Jorge

  2. #2
    Join Date
    Apr 2004
    Posts
    102

    Re: Get Video Card Shader Model

    Maybe the Pixel Shader 2.0 example at http://www.flipcode.com/archives/Pix...rsion_20.shtml can be of some help to you.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured