Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
-
-
Forked from rkh/async-rack
Makes middleware that ships with Rack bullet-proof for async responses.
-
-
A repo with an Objective-C project setup with OCUnit and OCMock
921 contributions in the last year
Contribution activity
May 2020
Created a pull request in gpuweb/gpuweb that received 4 comments
[wgsl] Updating loop section to include for
This CL adds the for keyword syntax into the language. The for is a
sugaring on top of the loop/continue statement.
Fixes #569
+40
−7
•
4
comments
- Wgsl switch requires default
- "zero"/null of storable types, rework initializers
- Add type rules for binary operators
- Remove TODO for signed and unordered comparisons
- Make tokens for << >> >>>
- Remove `break if` in favor of `if () { break; }`.
- Allow e.g. `if (cond) break/continue/return/kill;` without brackets.
- Fixes #717: BRACE and BRACKET tokens misnamed
- Fix Typo
- Remove premerge
- Added descriptor array support
- Verify that VariablePointerFeatures.* and SubgroupSizeControl.* features can be used
- Added support for specifying target environment per shader
- Add support for uniform/storage texel buffers
- Add instanced drawing support for AmberScript
- Add definition for enabling RTTI
- Fix probing when either value is a NaN
- Add vk_ext_subgroup_size_control
- Use Python3 for tools/git-sync-deps
Created an issue in gpuweb/gpuweb that received 3 comments
Workgroup Size builtin decoration restrictions.
In Vulkan the WorkgroupSize can only be attached to a specialization constant or a constant. The current WGSL spec is incorrect in that it says it …
3
comments
26
contributions
in private repositories
May 6 – May 28