Panda3D
|
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
#include "pandatoolbase.h"
Go to the source code of this file.
Enumerations | |
enum | OmitReason { OR_none , OR_working , OR_omitted , OR_size , OR_solitary , OR_coverage , OR_unknown , OR_unused , OR_default_omit } |
This enumerates the reasons why a texture may not have been placed in a palette image. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &out, OmitReason omit) |
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
All rights reserved.
All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."
Definition in file omitReason.h.
enum OmitReason |
This enumerates the reasons why a texture may not have been placed in a palette image.
Definition at line 23 of file omitReason.h.
std::ostream & operator<< | ( | std::ostream & | out, |
OmitReason | omit ) |
Definition at line 16 of file omitReason.cxx.