Skip to content

Commit

Permalink
doc: pretty pictures for the Shaders namespace overview.
Browse files Browse the repository at this point in the history
  • Loading branch information
mosra committed Aug 12, 2019
1 parent 5617cb5 commit e8a715f
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions doc/namespaces.dox
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,49 @@ target_link_libraries(your-app Magnum::Shaders)
@endcode

See @ref building, @ref cmake and @ref shaders for more information.

@m_class{m-row}

@parblock

@m_div{m-col-m-3 m-col-t-6 m-text-center m-nopadt m-nopadx}
@image html shaders-flat.png
@ref Flat @m_class{m-label m-success} **2D** @m_class{m-label m-primary} **3D**
@m_enddiv

@m_div{m-col-m-3 m-col-t-6 m-text-center m-nopadt m-nopadx}
@image html shaders-phong.png
@ref Phong @m_class{m-label m-primary} **3D**
@m_enddiv

@m_div{m-col-m-3 m-col-t-6 m-text-center m-nopadt m-nopadx}
@image html shaders-vertexcolor.png
@ref VertexColor @m_class{m-label m-success} **2D** @m_class{m-label m-primary} **3D**
@m_enddiv

@m_div{m-col-m-3 m-col-t-6 m-text-center m-nopadt m-nopadx}
@image html shaders-meshvisualizer.png
@ref MeshVisualizer @m_class{m-label m-primary} **3D**
@m_enddiv

@endparblock

@m_class{m-row}

@parblock

@m_div{m-col-m-3 m-push-m-3 m-col-t-6 m-text-center m-nopadt m-nopadx}
@image html shaders-vector.png
@ref Vector @m_class{m-label m-success} **2D** @m_class{m-label m-primary} **3D**
@m_enddiv

@m_div{m-col-m-3 m-push-m-3 m-col-t-6 m-text-center m-nopadt m-nopadx}
@image html shaders-distancefieldvector.png
@ref DistanceFieldVector @m_class{m-label m-success} **2D** @m_class{m-label m-primary} **3D**
@m_enddiv

@endparblock

*/

/** @dir Magnum/Text
Expand Down

0 comments on commit e8a715f

Please sign in to comment.