Testing textures and events
This commit is contained in:
@ -21,8 +21,11 @@ float_t BackBufferRenderTarget::getHeight() {
|
||||
}
|
||||
|
||||
void BackBufferRenderTarget::setSize(float_t width, float_t height) {
|
||||
if(this->width == width && this->height == height) return;
|
||||
|
||||
this->width = width;
|
||||
this->height = height;
|
||||
this->eventRenderTargetResized.invoke(*this, width, height);
|
||||
}
|
||||
|
||||
void BackBufferRenderTarget::setClearColor(struct Color color) {
|
||||
|
Reference in New Issue
Block a user