Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of stackgl/glsl-token-depth

Account's avatar
gl-modules/glsl-tokenizer
r/w stream of glsl tokens
Account's avatar
scottcorgan/tap-spec
Formatted TAP output like Mocha's spec reporter
Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers

Support the repos that depend on this repository

Top contributors

hughsk's profile
hughsk
7 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
stackgl

stackgl/glsl-token-depth

Determine the scope depth of an array of GLSL tokens

JavaScript
2
0
Other

glsl-token-depth is a tiny Node.js utility that annotates an array of GLSL lexer tokens with their nesting level (scope depth). It’s aimed at developers working with GLSL shaders who need quick insight into variable scopes without building a full parser, and it works directly with tokens produced by the glsl-tokenizer library.