mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Merge branch 'release/1.9.x'
This commit is contained in:
commit
06475c70b9
@ -528,9 +528,6 @@ class ShowBase(DirectObject.DirectObject):
|
|||||||
del self.winList
|
del self.winList
|
||||||
del self.pipe
|
del self.pipe
|
||||||
|
|
||||||
vfs = VirtualFileSystem.getGlobalPtr()
|
|
||||||
vfs.unmountAll()
|
|
||||||
|
|
||||||
def makeDefaultPipe(self, printPipeTypes = True):
|
def makeDefaultPipe(self, printPipeTypes = True):
|
||||||
"""
|
"""
|
||||||
Creates the default GraphicsPipe, which will be used to make
|
Creates the default GraphicsPipe, which will be used to make
|
||||||
|
@ -16,7 +16,8 @@
|
|||||||
|
|
||||||
#if defined(HAVE_CG) && !defined(OPENGLES)
|
#if defined(HAVE_CG) && !defined(OPENGLES)
|
||||||
|
|
||||||
#include "Cg/cgGL.h"
|
#include <Cg/cg.h>
|
||||||
|
#include <Cg/cgGL.h>
|
||||||
|
|
||||||
#include "pStatGPUTimer.h"
|
#include "pStatGPUTimer.h"
|
||||||
|
|
||||||
|
@ -21,8 +21,6 @@
|
|||||||
#include "shaderContext.h"
|
#include "shaderContext.h"
|
||||||
#include "deletedChain.h"
|
#include "deletedChain.h"
|
||||||
|
|
||||||
#include <Cg/cg.h>
|
|
||||||
|
|
||||||
class CLP(GraphicsStateGuardian);
|
class CLP(GraphicsStateGuardian);
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
|
Loading…
x
Reference in New Issue
Block a user