FastUIDraw
Classes | Namespaces
painter_item_shader_glsl.hpp File Reference

file painter_item_shader_glsl.hpp More...

#include <fastuidraw/painter/shader/painter_item_shader.hpp>
#include <fastuidraw/glsl/shader_source.hpp>
#include <fastuidraw/glsl/symbol_list.hpp>
Include dependency graph for painter_item_shader_glsl.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fastuidraw::glsl::PainterItemShaderGLSL::DependencyList
 If one wishes to make use of other PainterItemShaderGLSL fastuidraw_gl_vert_main()/fastuidraw_gl_frag_main() of other shaders (for example to have a simple shader that adds on to a previous shader), a DependencyList provides the means to do so. More...
 
class  fastuidraw::glsl::PainterItemCoverageShaderGLSL::DependencyList
 If one wishes to make use of other PainterItemCoverageShaderGLSL fastuidraw_gl_vert_main()/fastuidraw_gl_frag_main() of other shaders (for example to have a simple shader that adds on to a previous shader), a DependencyList provides the means to do so. More...
 
class  fastuidraw::glsl::PainterItemCoverageShaderGLSL
 A PainterItemCoverageShaderGLSL is a collection of GLSL source code fragments for a PainterShaderRegistrarGLSL. More...
 
class  fastuidraw::glsl::PainterItemShaderGLSL
 A PainterItemShaderGLSL is a collection of GLSL source code fragments for a PainterShaderRegistrarGLSL. More...
 

Namespaces

 fastuidraw
 all classes and functions of FastUIDraw are in the namespace fastuidraw.
 
 fastuidraw::glsl
 Namespace to encapsulate shader building to GLSL shaders, part of the main library libFastUIDraw.
 

Detailed Description

file painter_item_shader_glsl.hpp

Copyright 2016 by Intel.

Contact: kevin.nosp@m..rog.nosp@m.ovin@.nosp@m.gmai.nosp@m.l.com

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Author
Kevin Rogovin kevin.nosp@m..rog.nosp@m.ovin@.nosp@m.gmai.nosp@m.l.com

Definition in file painter_item_shader_glsl.hpp.