Location:
Search - d3d9.h
Search list
Description: 这是关于3D方面的游戏方面的C++Builder编程,希望这方面的爱好者喜欢!-This is on the 3D game programming in C Builder hope that the fans like!
Platform: |
Size: 418816 |
Author: 袁庄山 |
Hits:
Description: 3d游戏编程部分代码 -3d part of the game programming code 3d part of the game programming code 3d part of the game programming code
Platform: |
Size: 454656 |
Author: chen |
Hits:
Description: c++ builder 的 irrlicht sdk-c++ builder' s irrlicht sdk
Platform: |
Size: 2738176 |
Author: 大撒娇拉 |
Hits:
Description: vc++中3D图像编程需要手动添加的头文件,很全面-3D graphics programming need to manually add the header file
Platform: |
Size: 1718272 |
Author: wakt |
Hits:
Description: 一个C++程序的简单应用,关于利用C++ Builder 编写一个简单贪吃蛇游戏-A C++ programs for simple applications on the use of C++ Builder to write a simple game Snake
Platform: |
Size: 43547648 |
Author: zhouzhenqing |
Hits:
Description: ava透视模版+源码
d3d9.dll
#include <windows.h>
#include <d3d9.h>
#pragma comment(lib, "d3d9.lib")
#include <d3dx9.h>
#pragma comment(lib, "d3dx9.lib")
//=====================================================================================
typedef HRESULT (WINAPI* CreateDevice_Prototype) (LPDIRECT3D9, UINT, D3DDEVTYPE, HWND, DWORD, D3DPRESENT_PARAMETERS*, LPDIRECT3DDEVICE9*)
typedef HRESULT (WINAPI* Reset_Prototype) (LPDIRECT3DDEVICE9, D3DPRESENT_PARAMETERS*)
typedef HRESULT (WINAPI* EndScene_Prototype) (LPDIRECT3DDEVICE9)
typedef HRESULT (WINAPI* DrawIndexedPrimitive_Prototype)(LPDIRECT3DDEVICE9, D3DPRIMITIVETYPE, INT, UINT, UINT, UINT, UINT) -Ava perspective template+ the source code
#include <windows.h>
#include <d3d9.h>
#pragma comment(lib, "d3d9.lib")
#include <d3dx9.h>
#pragma comment(lib, "d3dx9.lib")
//=====================================================================================
typedef HRESULT (WINAPI* CreateDevice_Prototype) (LPDIRECT3D9, UINT, D3DDEVTYPE, HWND, DWORD, D3DPRESENT_PARAMETERS*, LPDIRECT3DDEVICE9*)
typedef HRESULT (WINAPI* Reset_Prototype) (LPDIRECT3DDEVICE9, D3DPRESENT_PARAMETERS*)
typedef HRESULT (WINAPI* EndScene_Prototype) (LPDIRECT3DDEVICE9)
typedef HRESULT (WINAPI* DrawIndexedPrimitive_Prototype)(LPDIRECT3DDEVICE9, D3DPRIMITIVETYPE, INT, UINT, UINT, UINT, UINT)
Platform: |
Size: 3203072 |
Author: 张宇 |
Hits:
Description: 用DX和MFC写的一个三维足球场,需要有d3d9.h,d3dx9.h等DirectX环境。-DX and MFC write a three-dimensional football field, you need to d3d9.h, d3dx9.h DirectX environment.
Platform: |
Size: 9242624 |
Author: dpsying |
Hits: