Compile this example with "-Zpr" which enable row-major matrix: ``` ByteAddressBuffer byte_buffer; void foo() { float4x4 matrix = byte_buffer.Load<float4x4>(id); } ``` variable "matrix" is not treated as row-major matrix.