OGLplus (0.52.0) a C++ wrapper for OpenGL

oglplus::NV_path_rendering Class Reference

Wrapper for the NV_path_rendering extension. More...

#include </home/chochlik/devel/oglplus/include/oglplus/ext/NV_path_rendering.hpp>

Static Public Member Functions

static void CoverDepthFunc (CompareFunction function)
 Sets the depth function to be used with path cover functions. More...
 
static void DepthOffset (GLfloat factor, GLint units)
 Sets the depth offset for rendered paths. More...
 
static void ColorGen (PathNVColor color, PathNVGenMode gen_mode, PathNVColorFormat color_format, const GLfloat *coeffs)
 Sets how colors are computed for path covering fragment operations. More...
 
static void TexGen (TextureUnitSelector tex_unit, PathNVGenMode gen_mode, GLint components, const GLfloat *coeffs)
 Sets how tex-coords are computed for path covering fragment operations. More...
 

Detailed Description

Member Function Documentation

static void oglplus::NV_path_rendering::ColorGen ( PathNVColor  color,
PathNVGenMode  gen_mode,
PathNVColorFormat  color_format,
const GLfloat *  coeffs 
)
static

Sets how colors are computed for path covering fragment operations.

Related OpenGL symbols:
glPathColorGenNV
static void oglplus::NV_path_rendering::CoverDepthFunc ( CompareFunction  function)
static

Sets the depth function to be used with path cover functions.

Related OpenGL symbols:
glPathCoverDepthFuncNV
static void oglplus::NV_path_rendering::DepthOffset ( GLfloat  factor,
GLint  units 
)
static

Sets the depth offset for rendered paths.

Related OpenGL symbols:
glPathStencilDepthOffsetNV
static void oglplus::NV_path_rendering::TexGen ( TextureUnitSelector  tex_unit,
PathNVGenMode  gen_mode,
GLint  components,
const GLfloat *  coeffs 
)
static

Sets how tex-coords are computed for path covering fragment operations.

Related OpenGL symbols:
glPathTexGenNV

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).