OGLplus (0.52.0) a C++ wrapper for OpenGL

Wrapper for the depth-buffer-related operations. More...

#include </home/chochlik/devel/oglplus/include/oglplus/context/depth_test.hpp>

Inheritance diagram for oglplus::context::DepthTest:

Static Public Member Functions

static void DepthFunc (CompareFunction function)
 Sets the depth comparison function. More...
 
static CompareFunction DepthFunc (void)
 Returns the depth comparison function. More...
 

Detailed Description

Wrapper for the depth-buffer-related operations.

Member Function Documentation

static void oglplus::context::DepthTest::DepthFunc ( CompareFunction  function)
static

Sets the depth comparison function.

Related OpenGL symbols:
glDepthFunc

References DepthFunc().

static CompareFunction oglplus::context::DepthTest::DepthFunc ( void  )
static

Returns the depth comparison function.

Related OpenGL symbols:
glGet GL_DEPTH_FUNC

Referenced by DepthFunc().


The documentation for this class was generated from the following file:

Copyright © 2010-2014 Matúš Chochlík, University of Žilina, Žilina, Slovakia.
<matus.chochlik -at- fri.uniza.sk>
<chochlik -at -gmail.com>
Documentation generated on Mon Sep 22 2014 by Doxygen (version 1.8.6).