Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ CBUFFER_END
#define UNITY_MATRIX_I_M unity_WorldToObject
#define UNITY_MATRIX_I_P (float4x4)0
#define UNITY_MATRIX_I_VP (float4x4)0
#define UNITY_PREV_MATRIX_I_M unity_MatrixPreviousMI
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should these PREV matrices just be defined to the current ones instead? This way things should kind of work (I think) instead of not at all?

#define UNITY_PREV_MATRIX_M (float4x4)0
#define UNITY_PREV_MATRIX_I_M (float4x4)0
#endif


Expand Down