Convert the ASCII art documentation in cogl-vertex-buffer to PNGs
The documentation for cogl_vertex_buffer_indices_get_for_quads was using ugly ASCII art to draw the diagrams. These have now been replaced with PNG figures.
This commit is contained in:
@@ -94,6 +94,8 @@ EXTRA_HFILES=
|
||||
HTML_IMAGES = \
|
||||
fill-rule-non-zero.png \
|
||||
fill-rule-even-odd.png \
|
||||
quad-indices-order.png \
|
||||
quad-indices-triangles.png \
|
||||
cogl_ortho.png
|
||||
|
||||
# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE).
|
||||
@@ -125,4 +127,6 @@ include $(top_srcdir)/gtk-doc.make
|
||||
EXTRA_DIST += \
|
||||
fill-rule-non-zero.png \
|
||||
fill-rule-even-odd.png \
|
||||
quad-indices-triangles.png \
|
||||
quad-indices-order.png \
|
||||
cogl_ortho.png
|
||||
|
BIN
doc/reference/cogl/quad-indices-order.png
Normal file
BIN
doc/reference/cogl/quad-indices-order.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.6 KiB |
BIN
doc/reference/cogl/quad-indices-triangles.png
Normal file
BIN
doc/reference/cogl/quad-indices-triangles.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.8 KiB |
Reference in New Issue
Block a user