Skip to content

[SPIR-V] ByteAddressBuffer can not get row-major matrix #7953

@MaxwellGengYF

Description

@MaxwellGengYF

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.

Metadata

Metadata

Assignees

Labels

bugBug, regression, crashspirvWork related to SPIR-V

Type

No type

Projects

Status

New

Status

Triaged

Relationships

None yet

Development

No branches or pull requests

Issue actions