This is the complete list of members for Spices::GltfHelper, including all inherited members.
| GetDimensions(const std::string &str) | Spices::GltfHelper | static |
| GetElement(const Json::object_t *pRoot, const char *path, type pDefault) | Spices::GltfHelper | inlineprivatestatic |
| GetElementBoolean(const Json::object_t &root, const char *path, bool pDefault) | Spices::GltfHelper | static |
| GetElementFloat(const Json::object_t &root, const char *path, float pDefault) | Spices::GltfHelper | static |
| GetElementInt(const Json::object_t &root, const char *path, int pDefault) | Spices::GltfHelper | static |
| GetElementJsonArray(const Json::object_t &root, const char *path, Json::array_t pDefault) | Spices::GltfHelper | static |
| GetElementString(const Json::object_t &root, const char *path, const std::string &pDefault) | Spices::GltfHelper | static |
| GetElementVector(Json::object_t &root, const char *path, glm::vec4 pDefault) | Spices::GltfHelper | static |
| GetFormat(const std::string &str, int id) | Spices::GltfHelper | static |
| GetFormatSize(int id) | Spices::GltfHelper | static |
| GetMatrix(const Json::array_t &accessor) | Spices::GltfHelper | static |
| GetVector(const Json::array_t &accessor) | Spices::GltfHelper | static |
| Json typedef | Spices::GltfHelper | |
| SizeOfFormat(VkFormat format) | Spices::GltfHelper | static |
| SplitGltfAttribute(std::string attribute, std::string *semanticName, uint32_t *semanticIndex) | Spices::GltfHelper | static |