Skip to content

Commit

Permalink
fix (domprops): add COMPLETION_STATUS_KHR to the domprops list (#1191)
Browse files Browse the repository at this point in the history
`COMPLETION_STATUS_KHR` is a property of `KHR_parallel_shader_compile` extension of WebGLRenderingContext

See: https://developer.mozilla.org/en-US/docs/Web/API/KHR_parallel_shader_compile
  • Loading branch information
0b5vr committed May 1, 2022
1 parent 878a631 commit f80f962
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/domprops.js
Expand Up @@ -320,6 +320,7 @@ export var domprops = [
"COMMENT_NODE",
"COMPARE_REF_TO_TEXTURE",
"COMPILE_STATUS",
"COMPLETION_STATUS_KHR",
"COMPRESSED_RGBA_S3TC_DXT1_EXT",
"COMPRESSED_RGBA_S3TC_DXT3_EXT",
"COMPRESSED_RGBA_S3TC_DXT5_EXT",
Expand Down

0 comments on commit f80f962

Please sign in to comment.