Visualization Library v1.0.3

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Defines

/home/master/UCL/VisualizationLibrary/src/vlGraphics/Shader.cpp File Reference

#include <vlGraphics/Shader.hpp>
#include <vlGraphics/GLSL.hpp>
#include <vlGraphics/Light.hpp>
#include <vlGraphics/ClipPlane.hpp>
#include <vlGraphics/OpenGLContext.hpp>
#include <vlCore/Log.hpp>
#include <vlCore/Say.hpp>

Go to the source code of this file.

Defines

#define GET_OR_CREATE(RS)
#define GET_OR_CREATE_IDX(RS, index)

Define Documentation

#define GET_OR_CREATE (   RS )
#define GET_OR_CREATE_IDX (   RS,
  index 
)
Value:
RS* rs = static_cast<RS*>( gocRenderStateSet()->renderState( RS_##RS, index ) ); \
  if ( rs == NULL ) \
  { \
    rs = new RS; \
    gocRenderStateSet()->setRenderState( rs, index ); \
  } \
  return rs;

Definition at line 80 of file Shader.cpp.

Referenced by vl::Shader::gocClipPlane(), vl::Shader::gocLight(), vl::Shader::gocTexEnv(), vl::Shader::gocTexGen(), vl::Shader::gocTextureMatrix(), vl::Shader::gocTextureSampler(), and vl::Shader::gocVertexAttrib().


Visualization Library v1.0.3 Reference Documentation
Copyright Michele Bosi. All rights reserved.
Updated on Tue Feb 7 2017 00:55:04.
Permission is granted to use this page to write and publish articles regarding Visualization Library.