Skip to content

Instantly share code, notes, and snippets.

@gashtio
Created September 5, 2012 07:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gashtio/3632773 to your computer and use it in GitHub Desktop.
Save gashtio/3632773 to your computer and use it in GitHub Desktop.
Simple application testing D3DPERF_SetOptions
#include <windows.h>
#include <d3d9.h>
#include <iostream>
#pragma comment(lib, "d3d9.lib")
int main()
{
::D3DPERF_SetOptions(1);
std::cout << "Good job!\n" << std::endl;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment