summaryrefslogtreecommitdiff
path: root/tools/gfx/renderer-shared.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gfx/renderer-shared.h')
-rw-r--r--tools/gfx/renderer-shared.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/tools/gfx/renderer-shared.h b/tools/gfx/renderer-shared.h
index 2a77dcb93..5ca5f064b 100644
--- a/tools/gfx/renderer-shared.h
+++ b/tools/gfx/renderer-shared.h
@@ -148,7 +148,7 @@ protected:
RendererBase* m_renderer;
slang::TypeLayoutReflection* m_elementTypeLayout = nullptr;
ShaderComponentID m_componentID = 0;
-
+public:
static slang::TypeLayoutReflection* _unwrapParameterGroups(slang::TypeLayoutReflection* typeLayout)
{
for (;;)
@@ -285,16 +285,6 @@ protected:
void initializeBase(const PipelineStateDesc& inDesc);
};
-class ShaderBinary : public Slang::RefObject
-{
-public:
- Slang::List<uint8_t> source;
- StageType stage;
- Slang::String entryPointName;
- Result loadFromBlob(ISlangBlob* blob);
- Result writeToBlob(ISlangBlob** outBlob);
-};
-
struct ComponentKey
{
Slang::UnownedStringSlice typeName;