mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 09:23:03 -04:00
make share_with be an optional parameter
This commit is contained in:
parent
11e1ff3b81
commit
09edca7eef
@ -75,7 +75,7 @@ PUBLISHED:
|
|||||||
INLINE PT(GraphicsStateGuardian) make_gsg(GraphicsPipe *pipe);
|
INLINE PT(GraphicsStateGuardian) make_gsg(GraphicsPipe *pipe);
|
||||||
PT(GraphicsStateGuardian) make_gsg(GraphicsPipe *pipe,
|
PT(GraphicsStateGuardian) make_gsg(GraphicsPipe *pipe,
|
||||||
const FrameBufferProperties &properties,
|
const FrameBufferProperties &properties,
|
||||||
GraphicsStateGuardian *share_with);
|
GraphicsStateGuardian *share_with = NULL);
|
||||||
|
|
||||||
GraphicsWindow *make_window(GraphicsStateGuardian *gsg, const string &name,
|
GraphicsWindow *make_window(GraphicsStateGuardian *gsg, const string &name,
|
||||||
int sort);
|
int sort);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user