FastUIDraw
|
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>
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. | |
file painter_item_shader_glsl.hpp
Copyright 2016 by Intel.
Contact: kevin .rog ovin@ gmai 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/.
Definition in file painter_item_shader_glsl.hpp.