|
@@ -3,5 +3,27 @@ return {
|
|
|
summary = 'Renders graphics using the GPU.',
|
|
|
description = [[
|
|
|
The graphics module renders graphics and performs computation using the GPU.
|
|
|
- ]]
|
|
|
+ ]],
|
|
|
+ sections = {
|
|
|
+ {
|
|
|
+ name = 'Camera',
|
|
|
+ tag = 'camera',
|
|
|
+ description = 'TODO'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name = 'Transform',
|
|
|
+ tag = 'transform',
|
|
|
+ description = 'TODO'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name = 'Work Submission',
|
|
|
+ tag = 'work-submission',
|
|
|
+ description = 'TODO'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name = 'Miscellaneous',
|
|
|
+ tag = 'graphics-misc',
|
|
|
+ description = 'Hardware info and statistics.'
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|