Highlights
- Pro
Block or Report
Block or report hasali19
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
-
vscode-theme-onelight Public
Forked from akamud/vscode-theme-onelight
VSCode Theme based on Atom's One Light theme
-
-
-
1,059 contributions in the last year
Contribution activity
May 2022
Created 148 commits in 5 repositories
Created 3 repositories
- hasali19/engine C++
- hasali19/naga Rust
- hasali19/GitHubGraduation-2022 JavaScript
Created a pull request in gfx-rs/naga that received 3 comments
Opened 3 other pull requests in 2 repositories
gfx-rs/naga
2
merged
education/GitHubGraduation-2022
1
merged
Reviewed 1 pull request in 1 repository
gfx-rs/naga
1 pull request
Created an issue in gfx-rs/naga that received 6 comments
[hlsl/msl-out] Incorrect result for clamp(x, low, high) if low > high
The spec defines the semantics of clamp(x, low, high)
to be min(max(x, low), high)
. Naga directly translates clamp
to the equivalent functions in m…
6
comments
Opened 10 other issues in 3 repositories
gfx-rs/naga
2
open
6
closed
- Missing extractBits and insertBits implementations for HLSL
- [hlsl-out] hlsl compilation error for global array initialiser
- [hlsl-out] Incorrect result for min(reverseBits(-1), 0)
- [hlsl-out] Invalid hlsl for write to scalar/vector storage buffer
- [spv-out] reverseBits and countOneBits unimplemented
- [hlsl-out] error X3017: '_expr1': initializer does not match type
- [hlsl-out] error X4010: Unsigned integer divide by zero
- [hlsl-out] error X4555: cannot use casts on l-values