HLSL: Reverse what the driver is told about row/column majorness, matching the row-column reversal.
This commit is contained in:
parent
88712f1a21
commit
10f7fc739c
7 changed files with 145 additions and 124 deletions
|
|
@ -20,6 +20,10 @@ tbuffer tbufName : register(b8) {
|
|||
float f5 : packoffset(c4.z);
|
||||
float f6 : packoffset(c);
|
||||
float f7;
|
||||
float3x4 m1;
|
||||
row_major float3x4 m2;
|
||||
column_major float3x4 m3;
|
||||
float3x4 m4;
|
||||
};
|
||||
|
||||
float4 PixelShaderFunction(float4 input) : COLOR0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue