Enables or disables writing to the depth buffer.
More...
#include "depthWriteAttrib.h"
List of all members.
Detailed Description
Enables or disables writing to the depth buffer.
Definition at line 28 of file depthWriteAttrib.h.
Member Function Documentation
| int DepthWriteAttrib::compare_to_impl |
( |
const RenderAttrib * |
other | ) |
const [protected, virtual] |
Intended to be overridden by derived DepthWriteAttrib types to return a unique number indicating whether this DepthWriteAttrib is equivalent to the other one.
This should return 0 if the two DepthWriteAttrib objects are equivalent, a number less than zero if this one should be sorted before the other one, and a number greater than zero otherwise.
This will only be called with two DepthWriteAttrib objects whose get_type() functions return the same.
Reimplemented from RenderAttrib.
Definition at line 83 of file depthWriteAttrib.cxx.
| size_t DepthWriteAttrib::get_hash_impl |
( |
| ) |
const [protected, virtual] |
| DepthWriteAttrib::Mode DepthWriteAttrib::get_mode |
( |
| ) |
const [inline] |
| void DepthWriteAttrib::register_with_read_factory |
( |
| ) |
[static] |
| void DepthWriteAttrib::write_datagram |
( |
BamWriter * |
manager, |
|
|
Datagram & |
dg |
|
) |
| [virtual] |
The documentation for this class was generated from the following files: