Brian Favela
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...
**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...
**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...