Maddie Slockbower 366774622b Implemented Shader Function
- Updated License to GPL v3.0
- Added New Math Nodes
- Prototype Rendering Code for Debugging Functions
2024-11-03 12:57:12 -05:00

34 lines
438 B
JavaScript

var indexSectionsWithContent =
{
0: "_abcdefghilmnoprstuvw",
1: "_abcdefghimnprstuvw",
2: "cdghilopru",
3: "st",
4: "h",
5: "s",
6: "o"
};
var indexSectionNames =
{
0: "all",
1: "classes",
2: "functions",
3: "variables",
4: "typedefs",
5: "enums",
6: "pages"
};
var indexSectionLabels =
{
0: "All",
1: "Classes",
2: "Functions",
3: "Variables",
4: "Typedefs",
5: "Enumerations",
6: "Pages"
};