Added RenderTarget listeners

Moved Camera matrices assignation to RenderTechnique


Former-commit-id: c8a4ff4b35d40702f047fdfd3fdbc4e4fbbbb1a9
This commit is contained in:
Lynix
2013-08-09 18:25:30 +02:00
parent bee3652604
commit d509fddc82
8 changed files with 242 additions and 53 deletions

View File

@@ -317,6 +317,9 @@ bool NzRenderTexture::Create(unsigned int width, unsigned int height, bool lock)
return false;
}
NotifyParametersChange();
NotifySizeChange();
return true;
}
@@ -435,6 +438,7 @@ NzRenderTargetParameters NzRenderTexture::GetParameters() const
}
#endif
///TODO
return NzRenderTargetParameters();
}