Mehmet Oguz Derin

Results 28 issues of Mehmet Oguz Derin

When I use the instructions or build script, I get the following errors for Houdini 20.5, which does not happen in 20.0 versions. ``` PS C:\Users\User\workspace\RadeonProRenderUSD\build> cmake -DCMAKE_INSTALL_PREFIX=package -DCMAKE_PREFIX_PATH="C:\Program Files\Side...

I had an outdated version of HFS in environment variables and that made it impossible to launch Houdini from launcher or directly at all. Removing the environment variable simply fixed...

In WGSL spec, there are a few elements with exhaustive listing in different places, including attribute names and more. Either in style guide or elsewhere so that when a contribution...

wgsl
copyediting

Syntax elements in WGSL have comments in only one place right now, and that is Syntactic Tokens. When these were not in list form but grammar rules, they were in...

wgsl
copyediting

During the last editors' meetings, we mentioned the potential of such an edit being helpful. The following text file includes such word counts, with an attached Python notebook that also...

wgsl
copyediting

Issue 2 extracted from https://github.com/gpuweb/gpuweb/discussions/4750 by @jacobgorm The WGSL clamp function currently requires all arguments to be of the same type, including when used with vectors. Please see: https://gpuweb.github.io/gpuweb/wgsl/#clamp This...

wgsl

Issue 1 extracted from https://github.com/gpuweb/gpuweb/discussions/4750 by @jacobgorm WGSL currently does not support `vector` >>= `scalar` operations, unlike other compound assignments such as /=. Please see "Binary arithmetic expressions with mixed...

wgsl

There are stable arm64 binaries for CUDA. However, the URL handles the difference for architecture, so this PR adjusts accordingly as devcontainers otherwise work really well on arm64 systems. The...