Added RenderTarget listeners
Moved Camera matrices assignation to RenderTechnique Former-commit-id: c8a4ff4b35d40702f047fdfd3fdbc4e4fbbbb1a9
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user