Brian Favela

Results 4 issues of Brian Favela

Shader at the bottom of the email generates this output signature, which I've been informed is not honoring packing of fp16 values: ; Output signature: ; ; Name Index Mask...

**Description** When passing a full matrix across to groupshared, elements that are never loaded don't have their stores properly deleted when the index is a compile time constant. **Steps to...

bug
matrix-bug

**Description** When using an enumerated value inside of a struct, the compiler is unable to perform a 'sizeof' on that struct member. **Steps to Reproduce** Shader provided here (also will...

bug
correctness

**Description** A resource type that is in a struct which is initialized to 0 does not produce a valid error in all cases. **Steps to Reproduce** https://godbolt.org/z/WxbMcW9b1 This will crash...

bug
crash