Reorganize "concept" pages in QtQuick docs
[profile/ivi/qtdeclarative.git] / src / quick / doc / src / concepts / effects / shaders.qdoc
1 /****************************************************************************
2 **
3 ** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
4 ** Contact: http://www.qt-project.org/
5 **
6 ** This file is part of the documentation of the Qt Toolkit.
7 **
8 ** $QT_BEGIN_LICENSE:FDL$
9 ** GNU Free Documentation License
10 ** Alternatively, this file may be used under the terms of the GNU Free
11 ** Documentation License version 1.3 as published by the Free Software
12 ** Foundation and appearing in the file included in the packaging of
13 ** this file.
14 **
15 ** Other Usage
16 ** Alternatively, this file may be used in accordance with the terms
17 ** and conditions contained in a signed written agreement between you
18 ** and Nokia.
19 **
20 **
21 **
22 **
23 **
24 ** $QT_END_LICENSE$
25 **
26 ****************************************************************************/
27
28 /*!
29 \group qtquick-shaders
30 \page qtquick-effects-shaders.html
31 \title Qt Quick Shader Effects
32 \brief For applying OpenGL vertex and fragment shaders to rectangles
33
34 \section1 Related Types
35 \generatelist{related}
36
37 \section1 Shaders
38 Describe Shaders and where it could be used in UIs or applications
39 Mention OpenGL shader language (GLSL)
40
41 \section1 ShaderEffect Element
42 Introduce the \l{QtQuick2::ShaderEffect} Element.
43 Say what is possible and how to load shaders
44
45 \section1 Shader Overview
46 Go over shaders in more detail and what shaders actually do.
47
48 \section2 Vertex Shader
49 Go over vertex shaders
50
51 \section2 Fragment Shader
52 Go over fragment shaders
53 */