Rendu
A lightweight rendering engine for experimentations
|
This is the complete list of members for Resources, including all inherited members.
_blobs | Resources | private |
_files | Resources | private |
_fonts | Resources | private |
_meshes | Resources | private |
_progInfos | Resources | private |
_programs | Resources | private |
_textures | Resources | private |
addResources(const std::string &path) | Resources | |
clean() | Resources | |
externalFileExists(const std::string &path) | Resources | static |
getCubemapPaths(const std::string &name) | Resources | private |
getData(const std::string &filename) | Resources | |
getDefaultTexture(TextureShape shape) | Resources | |
getFiles(const std::string &extension, std::vector< FileInfos > &files) const | Resources | |
getFont(const std::string &name) | Resources | |
getImagePath(const std::string &name) | Resources | private |
getLayeredPaths(const std::string &name, const std::string &suffix) | Resources | private |
getMesh(const std::string &name, Storage options) | Resources | |
getProgram(const std::string &name, const std::string &vertexName="", const std::string &fragmentName="", const std::string &tessControlName="", const std::string &tessEvalName="") | Resources | |
getProgram2D(const std::string &name) | Resources | |
getProgramCompute(const std::string &name) | Resources | |
getRawData(const std::string &path, size_t &size) | Resources | private |
getString(const std::string &filename) | Resources | |
getStringWithIncludes(const std::string &filename, std::vector< std::string > &names) | Resources | |
getStringWithIncludes(const std::string &filename) | Resources | |
getTexture(const std::string &name, const Layout &format, Storage options, const std::string &refName="") | Resources | |
getTexture(const std::string &name) | Resources | |
Image | Resources | friend |
loadRawDataFromExternalFile(const std::string &path, size_t &size) | Resources | static |
loadStringFromExternalFile(const std::string &path) | Resources | static |
manager() | Resources | static |
operator=(const Resources &)=delete | Resources | |
operator=(Resources &&)=delete | Resources | |
parseArchive(const std::string &archivePath) | Resources | private |
parseDirectory(const std::string &directoryPath) | Resources | private |
reload() | Resources | |
Resources(const Resources &)=delete | Resources | |
Resources(Resources &&)=delete | Resources | |
Resources()=default | Resources | private |
saveRawDataToExternalFile(const std::string &path, char *rawContent, size_t size) | Resources | static |
saveStringToExternalFile(const std::string &path, const std::string &content) | Resources | static |
~Resources()=default | Resources | private |