Saga3D API Documentation  1.0-RC4
ECompareFunc.h File Reference

Go to the source code of this file.

Namespaces

 saga
 
 saga::video
 The video namespace contains classes for accessing the video driver. All 2d and 3d rendering is done here.
 

Enumerations

enum  saga::video::E_COMPARE_FUNC {
  saga::video::NEVER, saga::video::LESS_EQUAL, saga::video::EQUAL, saga::video::LESS,
  saga::video::NOT_EQUAL, saga::video::GREATER_EQUAL, saga::video::GREATER, saga::video::ALWAYS
}
 Comparison function, e.g. for depth buffer test. More...