source: GTP/branches/IllumWPdeliver2008dec/IlluminationWP/demos/Standalone/MultipleReflections [DirectX]/Common/DXUTRes.h @ 3255

Revision 3255, 602 bytes checked in by szirmay, 15 years ago (diff)
Line 
1//----------------------------------------------------------------------------
2// File: dxutres.h
3//
4// Functions to create DXUT media from arrays in memory
5//
6// Copyright (c) Microsoft Corp. All rights reserved.
7//-----------------------------------------------------------------------------
8#pragma once
9#ifndef DXUT_RES_H
10#define DXUT_RES_H
11
12HRESULT DXUTCreateGUITextureFromInternalArray( LPDIRECT3DDEVICE9 pd3dDevice, IDirect3DTexture9** ppTexture, D3DXIMAGE_INFO* pInfo );
13HRESULT DXUTCreateArrowMeshFromInternalArray( LPDIRECT3DDEVICE9 pd3dDevice, ID3DXMesh** ppMesh );
14
15#endif
Note: See TracBrowser for help on using the repository browser.