|
@@ -70,6 +70,15 @@ GraphicsStateGuardian(GraphicsWindow *win) {
|
|
|
reset();
|
|
reset();
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+////////////////////////////////////////////////////////////////////
|
|
|
|
|
+// Function: GraphicsStateGuardian::Destructor
|
|
|
|
|
+// Access: Public
|
|
|
|
|
+// Description:
|
|
|
|
|
+////////////////////////////////////////////////////////////////////
|
|
|
|
|
+GraphicsStateGuardian::
|
|
|
|
|
+~GraphicsStateGuardian() {
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
////////////////////////////////////////////////////////////////////
|
|
////////////////////////////////////////////////////////////////////
|
|
|
// Function: GraphicsStateGuardian::release_all_textures
|
|
// Function: GraphicsStateGuardian::release_all_textures
|
|
|
// Access: Public
|
|
// Access: Public
|