adding aftermath debugging and fixing forward plus

This commit is contained in:
Dynamitos
2021-06-04 18:27:49 +02:00
parent e00b382d4a
commit 22adb08bfc
40 changed files with 4669 additions and 112 deletions
+2 -2
View File
@@ -17,13 +17,13 @@ public:
virtual void publishOutputs() = 0;
virtual void createRenderPass() = 0;
protected:
struct ViewParameter
_declspec(align(16)) struct ViewParameter
{
Matrix4 viewMatrix;
Matrix4 projectionMatrix;
Matrix4 inverseProjectionMatrix;
Vector2 screenDimensions;
Vector4 cameraPosition;
Vector2 screenDimensions;
} viewParams;
Gfx::PRenderPass renderPass;
PRenderGraph renderGraph;