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