#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 } |
This enumerates the reasons why a texture may not have been placed in a palette image. More... | |
Functions | |
ostream & | operator<< (ostream &out, OmitReason omit) |
Definition in file omitReason.h.
|
This enumerates the reasons why a texture may not have been placed in a palette image.
Definition at line 36 of file omitReason.h. |
|
Definition at line 25 of file omitReason.cxx. References OR_coverage, OR_omitted, OR_size, OR_solitary, OR_unknown, and OR_working. |