fixes AzFramework
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -19,6 +19,8 @@ namespace UnitTest
|
||||
{
|
||||
public:
|
||||
TestDebugDisplayRequests();
|
||||
~TestDebugDisplayRequests() override = default;
|
||||
|
||||
const AZStd::vector<AZ::Vector3>& GetPoints() const;
|
||||
void ClearPoints();
|
||||
//! Returns the AABB of the points generated from received draw calls.
|
||||
@@ -27,7 +29,9 @@ namespace UnitTest
|
||||
// DebugDisplayRequests ...
|
||||
void DrawWireBox(const AZ::Vector3& min, const AZ::Vector3& max) override;
|
||||
void DrawSolidBox(const AZ::Vector3& min, const AZ::Vector3& max) override;
|
||||
using AzFramework::DebugDisplayRequests::DrawWireQuad;
|
||||
void DrawWireQuad(float width, float height) override;
|
||||
using AzFramework::DebugDisplayRequests::DrawQuad;
|
||||
void DrawQuad(float width, float height) override;
|
||||
void DrawTriangles(const AZStd::vector<AZ::Vector3>& vertices, const AZ::Color& color) override;
|
||||
void DrawTrianglesIndexed(const AZStd::vector<AZ::Vector3>& vertices, const AZStd::vector<AZ::u32>& indices, const AZ::Color& color) override;
|
||||
|
||||
Reference in New Issue
Block a user