Visualization Library

A lightweight C++ OpenGL middleware for 2D/3D graphics
[Home] [Tutorials] [All Classes] [Grouped Classes]
Public Member Functions

vl::GLSLTessControlShader Class Reference

Wraps a GLSL tessellation control shader to be bound to a GLSLProgram: the shader this shader will run on the programmable tessellation processor in the control stage. More...

#include <GLSL.hpp>

Inheritance diagram for vl::GLSLTessControlShader:
vl::GLSLShader vl::Object

List of all members.

Public Member Functions

 GLSLTessControlShader (const String &source=String())

Detailed Description

Wraps a GLSL tessellation control shader to be bound to a GLSLProgram: the shader this shader will run on the programmable tessellation processor in the control stage.

See also:
GLSLVertexShader, GLSLFragmentShader, GLSLGeometryShader, GLSLTessEvaluationShader, GLSLProgram, Effect

Definition at line 196 of file GLSL.hpp.


Constructor & Destructor Documentation

vl::GLSLTessControlShader::GLSLTessControlShader ( const String source = String()) [inline]
Parameters:
sourceTessellation-control shader's source code or path to a text file containing the shader's source code.

Definition at line 202 of file GLSL.hpp.

References vl::Object::mObjectName.


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

Visualization Library 2011.09.1160 Reference Documentation
Copyright 2005-2011 Michele Bosi. All rights reserved.
Updated on Thu May 2 2013 13:41:29.
Permission is granted to use this page to write and publish articles regarding Visualization Library.