mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-06 12:48:04 +02:00
Add boilerplate/README explaining its purpose
This commit is contained in:
parent
5ef4c991f6
commit
a0ca4369ff
1 changed files with 14 additions and 0 deletions
14
boilerplate/README
Normal file
14
boilerplate/README
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
This directory provides code that is common to both of cairo's tests
|
||||||
|
suites:
|
||||||
|
|
||||||
|
* The test suite for correctness in test/
|
||||||
|
* The test suite for performance in perf/
|
||||||
|
|
||||||
|
We call it boilerplate as it consists primarily of the boilerplate
|
||||||
|
code necessary for initializing a backend in order to create a surface
|
||||||
|
for that backend.
|
||||||
|
|
||||||
|
The code here just might be useful for someone looking to get started
|
||||||
|
writing cairo code to use a particular backend, (but there are no
|
||||||
|
promises that the boilerplate code found here for any particular
|
||||||
|
backend is exemplary).
|
||||||
Loading…
Add table
Reference in a new issue