Skip to content

Commit

Permalink
Document the flamegpu namespace in flamegpu.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ptheywood committed Jan 4, 2024
1 parent 0e5650e commit b4ab583
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions include/flamegpu/flamegpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@
#include <glm/glm.hpp>
#endif

/**
* @namespace flamegpu
* The flamegpu namespace containing all namespace'd elements of the flamegpu api.
*
* The inner detail namespace and it's members are implementation details not considered part of the public facing API and may change at any time.
*/

// include all host API classes (top level header from each module)
#include "flamegpu/version.h"
#include "flamegpu/runtime/HostAPI.h"
Expand Down

0 comments on commit b4ab583

Please sign in to comment.