Mehmet Oguz Derin

Results 54 comments of Mehmet Oguz Derin

This also eases the way for more sophisticated attributes in future, they can use Bikeshed algorithms to really define their understanding of arguments as they need and not just introduce...

Merge of https://github.com/gpuweb/gpuweb/pull/4554 fixed this, closing. Thank you!

@dneto0 The W3C document's suggested mailing list registration link's top says: > This list has been replaced by [email protected]. Which can be found https://www.ietf.org/mailman/listinfo/media-types here. I am not sure but...

(and when I check the document provided mailing list archives, there are no updates since 2019, whereas the newer mailing list has very recent updates)

Yaxshi, katta rahmat (This is good, thank you very much). Helps a lot, I hope this can merge. Edit: @azizamirsaidova points out some important things to which I can also...

The PR now also has an example to demonstrate numerical accuracy improvement through constants. Your review would be highly appreciated! Since spec is not the right place, I'm attaching calculation...

Being able to query LOD is essential for existing shaders, and the WGSL spec should be able to include it as long as implicit derivative consumption detail is in consideration....

Would it be not possible to just have one row? E.g., ``` @const @must_use fn mat2x2(v1 : vec2, v2 : vec2) -> mat2x2 ```

That makes sense, as I do get the intention, but I was just wondering if it is something impossible to note in prose or otherwise for both matrix and vector...

During the 2023 F2F, consensus was made to generalize syntax: https://github.com/gpuweb/gpuweb/issues/3520#issuecomment-1447714561 > The syntax of a language defines its **surface form**. From https://en.wikipedia.org/wiki/Syntax_(programming_languages) on 2024 02 28. Examples: > attribute-namespace...