![]() |
Pioneer
|
#include "Shader.h"#include "FileSystem.h"#include "Program.h"#include "StringF.h"#include "StringRange.h"#include "graphics/Graphics.h"#include "graphics/Material.h"#include "graphics/Renderer.h"#include "graphics/ShaderParser.h"#include "graphics/Types.h"#include "utils.h"#include <set>#include <sstream>
Functions | |
| uint32_t | CalcSize (ConstantDataFormat format) |
| uint32_t | CalcOffset (uint32_t last, ConstantDataFormat lastFormat, ConstantDataFormat thisFormat) |
| template<typename T > | |
| const T * | vector_search (const std::vector< T > &vec, size_t name) |
| uint32_t CalcOffset | ( | uint32_t | last, |
| ConstantDataFormat | lastFormat, | ||
| ConstantDataFormat | thisFormat | ||
| ) |

| uint32_t CalcSize | ( | ConstantDataFormat | format | ) |
| const T * vector_search | ( | const std::vector< T > & | vec, |
| size_t | name | ||
| ) |