Skip to content

Commit

Permalink
Make context public.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakuna committed Nov 21, 2024
1 parent 90821fa commit baedb6f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lakuna/ugl",
"version": "23.0.1",
"version": "23.1.0",
"description": "A lightweight WebGL2 library.",
"keywords": [
"front-end"
Expand Down
7 changes: 2 additions & 5 deletions src/core/internal/ContextDependent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ export default abstract class ContextDependent extends ApiInterface {
this.context = context;
}

/**
* The rendering context.
* @internal
*/
public readonly context;
/** The rendering context. */
public readonly context: Context;
}

0 comments on commit baedb6f

Please sign in to comment.