Skip to content

Commit

Permalink
#154 webglパッケージをv2へ移行(WIP)
Browse files Browse the repository at this point in the history
  • Loading branch information
ienaga committed Sep 10, 2024
1 parent 4360c88 commit 0eec20b
Show file tree
Hide file tree
Showing 21 changed files with 362 additions and 228 deletions.
208 changes: 83 additions & 125 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.9.1",
"@types/node": "^22.5.3",
"@eslint/js": "^9.10.0",
"@types/node": "^22.5.4",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"@vitest/web-worker": "^2.0.5",
"eslint": "^9.9.1",
"eslint": "^9.10.0",
"eslint-plugin-unused-imports": "^4.1.3",
"fflate": "^0.8.2",
"globals": "^15.9.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/webgl/src/Context/usecase/ContextClipUseCase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const execute = (has_grid: boolean): void =>

const vertexArrayObject = vertexArrayObjectCreateFillObjectUseCase(vertices);
const shaderManager = variantsShapeMaskShaderService(false, has_grid);
shaderManagerSetMaskUniformService(shaderManager, has_grid);
// shaderManagerSetMaskUniformService(shaderManager, has_grid);
shaderManagerFillUseCase(shaderManager, vertexArrayObject);

// release vertex array
Expand Down
Loading

0 comments on commit 0eec20b

Please sign in to comment.