summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngine
diff options
context:
space:
mode:
Diffstat (limited to 'Graphics/GraphicsEngine')
-rw-r--r--Graphics/GraphicsEngine/interface/Shader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngine/interface/Shader.h b/Graphics/GraphicsEngine/interface/Shader.h
index 2ac6a2c6..e877ce17 100644
--- a/Graphics/GraphicsEngine/interface/Shader.h
+++ b/Graphics/GraphicsEngine/interface/Shader.h
@@ -241,7 +241,7 @@ public:
virtual Uint32 GetResourceCount()const = 0;
/// Returns the pointer to the array of shader resources
- virtual const ShaderResourceDesc* GetResources()const = 0;
+ virtual ShaderResourceDesc GetResource(Uint32 Index)const = 0;
};
}