Skip to content

Commit

Permalink
chore: updates
Browse files Browse the repository at this point in the history
  • Loading branch information
triniwiz committed Oct 8, 2023
1 parent 5779c8b commit 9180cf8
Show file tree
Hide file tree
Showing 13 changed files with 7,999 additions and 7,188 deletions.
114 changes: 59 additions & 55 deletions packages/canvas/src-native/canvas-android/canvas/src/main/cpp/Caches.h

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,13 @@ enum class NativeType {
WEBGL_lose_context,
ANGLE_instanced_arrays,
WEBGL_depth_texture,
WEBGL_draw_buffers
WEBGL_draw_buffers,
WebGLShaderPrecisionFormat,
WebGLUniformLocation,
WebGLRenderingContext,
WebGLSampler,
WebGLTransformFeedback,
WebGLSync
};


Expand Down
Loading

0 comments on commit 9180cf8

Please sign in to comment.