Revision 1378,
602 bytes
checked in by giegl, 18 years ago
(diff) |
GTPD - Jungle Rumble - integrate into GTP SVN structure
|
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 |
|
---|
12 | HRESULT DXUTCreateGUITextureFromInternalArray( LPDIRECT3DDEVICE9 pd3dDevice, IDirect3DTexture9** ppTexture, D3DXIMAGE_INFO* pInfo );
|
---|
13 | HRESULT DXUTCreateArrowMeshFromInternalArray( LPDIRECT3DDEVICE9 pd3dDevice, ID3DXMesh** ppMesh );
|
---|
14 |
|
---|
15 | #endif
|
---|
Note: See
TracBrowser
for help on using the repository browser.