Removed RenderTarget event pointer.

This commit is contained in:
2023-11-12 19:28:01 -06:00
parent 9363e6bc17
commit aa7ea94669
8 changed files with 30 additions and 23 deletions

View File

@ -14,7 +14,11 @@
namespace Dawn {
class RenderTarget {
public:
StateEvent<RenderTarget*, float_t, float_t> eventRenderTargetResized;
StateEvent<
RenderTarget&,
const float_t,
const float_t
> eventRenderTargetResized;
/**
* Return the width of the render target.