mirror of https://github.com/bkaradzic/bgfx
Renamed files.
This commit is contained in:
parent
f0ff56c8ed
commit
032759a5e6
|
@ -9,8 +9,8 @@
|
|||
#include "glcontext_ppapi.cpp"
|
||||
#include "glcontext_wgl.cpp"
|
||||
#include "image.cpp"
|
||||
#include "ovr.cpp"
|
||||
#include "renderdoc.cpp"
|
||||
#include "hmd_ovr.cpp"
|
||||
#include "debug_renderdoc.cpp"
|
||||
#include "renderer_d3d9.cpp"
|
||||
#include "renderer_d3d11.cpp"
|
||||
#include "renderer_d3d12.cpp"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
|
||||
*/
|
||||
|
||||
#include "ovr.h"
|
||||
#include "hmd_ovr.h"
|
||||
|
||||
#if BGFX_CONFIG_USE_OVR
|
||||
|
|
@ -32,8 +32,8 @@ BX_PRAGMA_DIAGNOSTIC_POP()
|
|||
#include "renderer.h"
|
||||
#include "renderer_d3d.h"
|
||||
#include "shader_dxbc.h"
|
||||
#include "ovr.h"
|
||||
#include "renderdoc.h"
|
||||
#include "hmd_ovr.h"
|
||||
#include "debug_renderdoc.h"
|
||||
|
||||
#ifndef D3DCOLOR_ARGB
|
||||
# define D3DCOLOR_ARGB(_a, _r, _g, _b) ( (DWORD)( ( ( (_a)&0xff)<<24)|( ( (_r)&0xff)<<16)|( ( (_g)&0xff)<<8)|( (_b)&0xff) ) )
|
||||
|
|
|
@ -107,8 +107,8 @@ typedef uint64_t GLuint64;
|
|||
#endif // BGFX_CONFIG_RENDERER_OPENGL
|
||||
|
||||
#include "renderer.h"
|
||||
#include "ovr.h"
|
||||
#include "renderdoc.h"
|
||||
#include "hmd_ovr.h"
|
||||
#include "debug_renderdoc.h"
|
||||
|
||||
#ifndef GL_LUMINANCE
|
||||
# define GL_LUMINANCE 0x1909
|
||||
|
|
Loading…
Reference in New Issue