source: GTP-Internal/trunk/App/Demos/Illum/Ocean/Common/DXUTRes.h @ 1777

Revision 1777, 602 bytes checked in by szirmay, 18 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.