CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: pampa_123

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    3,839

    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......
  2. Replies
    2
    Views
    5,666

    Re: Make a lightweight DLL

    Yes, I did that and worked.
    Thank you for your answer, you've been a great help.

    Best regards, Jorge.
  3. Replies
    2
    Views
    5,666

    Make a lightweight DLL

    Hi experts,
    I'm making a DLL with Visual C++ 2010 on Win32.
    The thing is that I have to distribute this DLL so everyone could be able to download it over the internet and then copy it to someplace...
  4. Replies
    0
    Views
    6,411

    How to get exact model from graphics card

    Hi,
    I'm trying to get my graphics card model. Here's a piece of code I've taken from DirectX SDK Samples.



    IDirect3D9* pD3D9 = NULL;
    pD3D9 = Direct3DCreate9( D3D_SDK_VERSION );

    ...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured