should not include d3dtypes.h when compiling for DX8 or newer interfaces
                                                            生活随笔
收集整理的這篇文章主要介紹了
                                should not include d3dtypes.h when compiling for DX8 or newer interfaces
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.                        
                                d3dtypes.h 被d3d9types.h、d3d8types.h替代。
//d3dtypes.h #ifndef DIRECT3D_VERSION #define DIRECT3D_VERSION 0x0700 #endif#if (DIRECT3D_VERSION >= 0x0800) #pragma message("should not include d3dtypes.h when compiling for DX8 or newer interfaces") #endif
總結
以上是生活随笔為你收集整理的should not include d3dtypes.h when compiling for DX8 or newer interfaces的全部內容,希望文章能夠幫你解決所遇到的問題。
 
                            
                        - 上一篇: 关于项目 java版本QQ——飞Q (含
- 下一篇: 百度地图自定义搜索
