![]() |
RAMSES Documentation
27.0.130
Information for RAMSES users and developers
|
This is the complete list of members for ramses::BinaryShaderCache, including all inherited members.
BinaryShaderCache() | ramses::BinaryShaderCache | |
BinaryShaderCache(const BinaryShaderCache &other)=delete | ramses::BinaryShaderCache | |
binaryShaderUploaded(effectId_t effectId, bool success) const override | ramses::BinaryShaderCache | virtual |
deviceSupportsBinaryShaderFormats(const binaryShaderFormatId_t *supportedFormats, uint32_t numSupportedFormats) override | ramses::BinaryShaderCache | virtual |
getBinaryShaderData(effectId_t effectId, uint8_t *buffer, uint32_t bufferSize) const override | ramses::BinaryShaderCache | virtual |
getBinaryShaderFormat(effectId_t effectId) const override | ramses::BinaryShaderCache | virtual |
getBinaryShaderSize(effectId_t effectId) const override | ramses::BinaryShaderCache | virtual |
hasBinaryShader(effectId_t effectId) const override | ramses::BinaryShaderCache | virtual |
impl | ramses::BinaryShaderCache | |
loadFromFile(const char *filePath) | ramses::BinaryShaderCache | |
operator=(const BinaryShaderCache &other)=delete | ramses::BinaryShaderCache | |
saveToFile(const char *filePath) const | ramses::BinaryShaderCache | |
shouldBinaryShaderBeCached(effectId_t effectId, sceneId_t sceneId) const override | ramses::BinaryShaderCache | virtual |
storeBinaryShader(effectId_t effectId, sceneId_t sceneId, const uint8_t *binaryShaderData, uint32_t binaryShaderDataSize, binaryShaderFormatId_t binaryShaderFormat) override | ramses::BinaryShaderCache | virtual |
~BinaryShaderCache() override | ramses::BinaryShaderCache | virtual |
~IBinaryShaderCache()=default | ramses::IBinaryShaderCache | virtual |