Fixes some missing includes/declaring budgets (#6238)
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -7,11 +7,14 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include <AzCore/Debug/Profiler.h>
|
||||
#include <Atom/RHI/FreeListAllocator.h>
|
||||
#include <Atom/RHI/PoolAllocator.h>
|
||||
#include <Atom/RHI/MemoryAllocation.h>
|
||||
#include <Atom/RHI.Reflect/MemoryEnums.h>
|
||||
|
||||
AZ_DECLARE_BUDGET(RHI);
|
||||
|
||||
namespace AZ
|
||||
{
|
||||
namespace RHI
|
||||
|
||||
@@ -7,10 +7,13 @@
|
||||
*/
|
||||
#include <RHI/MemoryView.h>
|
||||
|
||||
#include <AzCore/Debug/Profiler.h>
|
||||
#include <AzCore/Casting/numeric_cast.h>
|
||||
#include <AzCore/std/string/string.h>
|
||||
#include <AzCore/std/string/conversions.h>
|
||||
|
||||
AZ_DECLARE_BUDGET(RHI);
|
||||
|
||||
namespace AZ
|
||||
{
|
||||
namespace DX12
|
||||
|
||||
Reference in New Issue
Block a user