diff --git a/Source/Engine/Graphics/GPUContext.h b/Source/Engine/Graphics/GPUContext.h
index 6bcfde28d..ed2417c96 100644
--- a/Source/Engine/Graphics/GPUContext.h
+++ b/Source/Engine/Graphics/GPUContext.h
@@ -508,7 +508,6 @@ public:
///
/// The buffer with drawing arguments.
/// The aligned byte offset for arguments.
- /// The number of draw command to execute.
API_FUNCTION() virtual void DrawInstancedIndirect(GPUBuffer* bufferForArgs, uint32 offsetForArgs) = 0;
///
@@ -516,7 +515,6 @@ public:
///
/// The buffer with drawing arguments.
/// The aligned byte offset for arguments.
- /// The number of draw command to execute.
API_FUNCTION() virtual void DrawIndexedInstancedIndirect(GPUBuffer* bufferForArgs, uint32 offsetForArgs) = 0;
public: