#include <BuddhaGraphicsDevice.h>
Public Member Functions | |
| void | SetCullMode (DWORD mode) |
| Specifies the culling mode.how back-facing triangles are culled, if at all. The default value is CullMode.CounterClockwise. | |
| void BuddhaLib::RenderState::SetCullMode | ( | DWORD | mode | ) | [inline] |
Specifies the culling mode.how back-facing triangles are culled, if at all. The default value is CullMode.CounterClockwise.
| mode | You may specify this value by using CullMode class members. |
1.5.2