better design with selfmade shader
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-02-09 21:34:25 +01:00
parent ff8536f8c6
commit 22755e66e5
18 changed files with 1855 additions and 97 deletions

View File

@@ -115,7 +115,7 @@ var foo = function (bar) {
console.log(foo(5));
```
```js line=200,{2-3, 5},title="pidhsome je"
```tsx line=200, title="pidhsome je"
var foo = function (bar) {
return bar++;
};