Fix warning
This commit is contained in:
parent
220e985144
commit
7eff1f34f1
|
|
@ -44,7 +44,7 @@ namespace Nz
|
|||
void Detach(AttachmentPoint attachmentPoint, UInt8 index);
|
||||
|
||||
RenderTargetParameters GetParameters() const override;
|
||||
Vector2ui GetSize() const;
|
||||
Vector2ui GetSize() const override;
|
||||
|
||||
bool IsComplete() const;
|
||||
bool IsRenderable() const override;
|
||||
|
|
|
|||
Loading…
Reference in New Issue