From 3eb017d032e0c542401ea202f7a62b7c7ddcd498 Mon Sep 17 00:00:00 2001 From: Jason Maskell Date: Mon, 16 May 2016 15:00:36 +0200 Subject: Added the test_d3d11 app to the solution. Not compiling yet, mostly a paranoia commit. --- test/d3d11/common/DXUTres.h | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 test/d3d11/common/DXUTres.h (limited to 'test/d3d11/common/DXUTres.h') diff --git a/test/d3d11/common/DXUTres.h b/test/d3d11/common/DXUTres.h deleted file mode 100644 index a3e851f..0000000 --- a/test/d3d11/common/DXUTres.h +++ /dev/null @@ -1,18 +0,0 @@ -//---------------------------------------------------------------------------- -// File: dxutres.h -// -// Functions to create DXUT media from arrays in memory -// -// Copyright (c) Microsoft Corp. All rights reserved. -//----------------------------------------------------------------------------- -#pragma once -#ifndef DXUT_RES_H -#define DXUT_RES_H - -HRESULT WINAPI DXUTCreateGUITextureFromInternalArray9( LPDIRECT3DDEVICE9 pd3dDevice, IDirect3DTexture9** ppTexture, - D3DXIMAGE_INFO* pInfo ); -HRESULT WINAPI DXUTCreateGUITextureFromInternalArray11( ID3D11Device* pd3dDevice, ID3D11Texture2D** ppTexture, - D3DX11_IMAGE_INFO* pInfo ); -HRESULT WINAPI DXUTCreateArrowMeshFromInternalArray( LPDIRECT3DDEVICE9 pd3dDevice, ID3DXMesh** ppMesh ); - -#endif -- cgit v1.2.3