More fixes for Gems
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
+2
-2
@@ -50,10 +50,10 @@ namespace AtomToolsFramework
|
||||
|
||||
//! Resizes the main window to achieve a requested size for the viewport render target.
|
||||
//! (This indicates the size of the render target, not the desktop-scaled QT widget size).
|
||||
virtual void ResizeViewportRenderTarget(uint32_t width, uint32_t height) {};
|
||||
virtual void ResizeViewportRenderTarget([[maybe_unused]] uint32_t width, [[maybe_unused]] uint32_t height) {};
|
||||
|
||||
//! Forces the viewport's render target to use the given resolution, ignoring the size of the viewport widget.
|
||||
virtual void LockViewportRenderTargetSize(uint32_t width, uint32_t height) {};
|
||||
virtual void LockViewportRenderTargetSize([[maybe_unused]] uint32_t width, [[maybe_unused]] uint32_t height) {};
|
||||
|
||||
//! Releases the viewport's render target resolution lock, allowing it to match the viewport widget again.
|
||||
virtual void UnlockViewportRenderTargetSize() {};
|
||||
|
||||
Reference in New Issue
Block a user