Photon Engine 2.0.0-beta
A physically based renderer.
|
This is the complete list of members for ph::RawResourceCollection, including all inherited members.
add(std::shared_ptr< ISdlResource > resource, std::string_view resourceName) | ph::RawResourceCollection | |
get(std::string_view resourceName) const override | ph::RawResourceCollection | inlinevirtual |
getAll(std::vector< std::string > *out_resourceNames=nullptr) const | ph::RawResourceCollection | |
getAllOfType(std::vector< std::string > *out_resourceNames=nullptr) const | ph::RawResourceCollection | inline |
getTyped(std::string_view resourceName) const | ph::ISdlReferenceGroup | inline |
has(std::string_view resourceName) const override | ph::RawResourceCollection | inlinevirtual |
hasTyped(std::string_view resourceName) const | ph::ISdlReferenceGroup | inline |
listAll(std::vector< std::string > *out_resourceNames=nullptr) const | ph::RawResourceCollection | |
listAllOfType(std::vector< std::string > *out_resourceNames=nullptr) const | ph::RawResourceCollection | inline |
makeResourceName(std::string_view intendedName) | ph::RawResourceCollection | |
PH_DEFINE_INLINE_RULE_OF_5_MEMBERS_NO_DTOR(ISdlReferenceGroup) | ph::ISdlReferenceGroup | |
remove(std::string_view resourceName) | ph::RawResourceCollection | |
rename(std::string_view resourceName, std::string_view newResourceName) | ph::RawResourceCollection | |
~ISdlReferenceGroup()=default | ph::ISdlReferenceGroup | virtual |