mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
drawable region update for debug
This commit is contained in:
parent
88f87760b8
commit
180b24543a
@ -22,6 +22,7 @@
|
||||
#include "pandabase.h"
|
||||
#include "luse.h"
|
||||
#include "renderBuffer.h"
|
||||
#include "typedWritableReferenceCount.h"
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
// Class : DrawableRegion
|
||||
@ -86,6 +87,7 @@ private:
|
||||
Colorf _clear_color;
|
||||
float _clear_depth;
|
||||
unsigned int _clear_stencil;
|
||||
|
||||
};
|
||||
|
||||
#include "drawableRegion.I"
|
||||
|
@ -45,6 +45,7 @@
|
||||
|
||||
#if defined(WIN32)
|
||||
#define WINDOWS_LEAN_AND_MEAN
|
||||
#include <WinSock2.h>
|
||||
#include <wtypes.h>
|
||||
#undef WINDOWS_LEAN_AND_MEAN
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user