windows-nt/Source/XPSP1/NT/multimedia/directx/dxdiag/testd3d8.h

19 lines
549 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/****************************************************************************
*
* File: testd3d8.h
* Project: DxDiag (DirectX Diagnostic Tool)
* Author: Jason Sandlin (jasonsa@microsoft.com)
* Purpose: Test D3D8/AGP Texturing functionality on this machine
*
* (C) Copyright 2000 Microsoft Corp. All rights reserved.
*
****************************************************************************/
#ifndef TESTD3D8_H
#define TESTD3D8_H
VOID TestD3Dv8(BOOL bUseTexture, HWND hwndMain, DisplayInfo* pDisplayInfo);
#endif // TESTD3D8_H