Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
skyclouds2001 committed Sep 22, 2024
1 parent 8cd4b69 commit 06d5044
Show file tree
Hide file tree
Showing 23 changed files with 23 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ page-type: web-api-instance-method
browser-compat: api.WebGL2RenderingContext.deleteQuery
---

{{APIRef("WebGL")}}
{{APIRef("WebGL")}}{{AvailableInWorkers}}

The **`WebGL2RenderingContext.deleteQuery()`** method of the [WebGL 2 API](/en-US/docs/Web/API/WebGL_API) deletes a given
{{domxref("WebGLQuery")}} object.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ page-type: web-api-instance-method
browser-compat: api.WebGL2RenderingContext.deleteSampler
---

{{APIRef("WebGL")}}
{{APIRef("WebGL")}}{{AvailableInWorkers}}

The **`WebGL2RenderingContext.deleteSampler()`** method of the
[WebGL 2 API](/en-US/docs/Web/API/WebGL_API) deletes a given
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ page-type: web-api-instance-method
browser-compat: api.WebGL2RenderingContext.deleteSync
---

{{APIRef("WebGL")}}
{{APIRef("WebGL")}}{{AvailableInWorkers}}

The **`WebGL2RenderingContext.deleteSync()`** method of the [WebGL 2 API](/en-US/docs/Web/API/WebGL_API) deletes a given
{{domxref("WebGLSync")}} object.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ page-type: web-api-instance-method
browser-compat: api.WebGL2RenderingContext.deleteTransformFeedback
---

{{APIRef("WebGL")}}
{{APIRef("WebGL")}}{{AvailableInWorkers}}

The **`WebGL2RenderingContext.deleteTransformFeedback()`**
method of the [WebGL 2 API](/en-US/docs/Web/API/WebGL_API) deletes a given
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ page-type: web-api-instance-method
browser-compat: api.WebGL2RenderingContext.deleteVertexArray
---

{{APIRef("WebGL")}}
{{APIRef("WebGL")}}{{AvailableInWorkers}}

The **`WebGL2RenderingContext.deleteVertexArray()`** method of
the [WebGL 2 API](/en-US/docs/Web/API/WebGL_API) deletes a given
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ page-type: web-api-instance-method
browser-compat: api.WebGL2RenderingContext.drawArraysInstanced
---

{{APIRef("WebGL")}}
{{APIRef("WebGL")}}{{AvailableInWorkers}}

The **`WebGL2RenderingContext.drawArraysInstanced()`** method
of the [WebGL 2 API](/en-US/docs/Web/API/WebGL_API) renders primitives from
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ page-type: web-api-instance-method
browser-compat: api.WebGL2RenderingContext.drawBuffers
---

{{APIRef("WebGL")}}
{{APIRef("WebGL")}}{{AvailableInWorkers}}

The **`WebGL2RenderingContext.drawBuffers()`** method of the [WebGL 2 API](/en-US/docs/Web/API/WebGL_API) defines draw buffers to which
fragment colors are written into. The draw buffer settings are part of the state of the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ page-type: web-api-instance-method
browser-compat: api.WebGL2RenderingContext.drawElementsInstanced
---

{{APIRef("WebGL")}}
{{APIRef("WebGL")}}{{AvailableInWorkers}}

The **`WebGL2RenderingContext.drawElementsInstanced()`** method
of the [WebGL 2 API](/en-US/docs/Web/API/WebGL_API) renders primitives from
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ page-type: web-api-instance-method
browser-compat: api.WebGL2RenderingContext.drawRangeElements
---

{{APIRef("WebGL")}}
{{APIRef("WebGL")}}{{AvailableInWorkers}}

The **`WebGL2RenderingContext.drawRangeElements()`** method of
the [WebGL API](/en-US/docs/Web/API/WebGL_API) renders primitives from array
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ page-type: web-api-instance-method
browser-compat: api.WebGL2RenderingContext.getActiveUniformBlockName
---

{{APIRef("WebGL")}}
{{APIRef("WebGL")}}{{AvailableInWorkers}}

The **`WebGL2RenderingContext.getActiveUniformBlockName()`**
method of the [WebGL 2 API](/en-US/docs/Web/API/WebGL_API) retrieves the name
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ page-type: web-api-instance-method
browser-compat: api.WebGL2RenderingContext.getActiveUniformBlockParameter
---

{{APIRef("WebGL")}}
{{APIRef("WebGL")}}{{AvailableInWorkers}}

The
**`WebGL2RenderingContext.getActiveUniformBlockParameter()`**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ page-type: web-api-instance-method
browser-compat: api.WebGL2RenderingContext.getActiveUniforms
---

{{APIRef("WebGL")}}
{{APIRef("WebGL")}}{{AvailableInWorkers}}

The **`WebGL2RenderingContext.getActiveUniforms()`** method of
the [WebGL 2 API](/en-US/docs/Web/API/WebGL_API) retrieves information about
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ page-type: web-api-instance-method
browser-compat: api.WebGL2RenderingContext.getBufferSubData
---

{{APIRef("WebGL")}}
{{APIRef("WebGL")}}{{AvailableInWorkers}}

The **`WebGL2RenderingContext.getBufferSubData()`** method of
the [WebGL 2 API](/en-US/docs/Web/API/WebGL_API) reads data from a buffer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ page-type: web-api-instance-method
browser-compat: api.WebGL2RenderingContext.getFragDataLocation
---

{{APIRef("WebGL")}}
{{APIRef("WebGL")}}{{AvailableInWorkers}}

The **`WebGL2RenderingContext.getFragDataLocation()`** method
of the [WebGL 2 API](/en-US/docs/Web/API/WebGL_API) returns the binding of
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ page-type: web-api-instance-method
browser-compat: api.WebGL2RenderingContext.getIndexedParameter
---

{{APIRef("WebGL")}}
{{APIRef("WebGL")}}{{AvailableInWorkers}}

The **`WebGL2RenderingContext.getIndexedParameter()`** method
of the [WebGL 2 API](/en-US/docs/Web/API/WebGL_API) returns indexed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ page-type: web-api-instance-method
browser-compat: api.WebGL2RenderingContext.getInternalformatParameter
---

{{APIRef("WebGL")}}
{{APIRef("WebGL")}}{{AvailableInWorkers}}

The **`WebGL2RenderingContext.getInternalformatParameter()`**
method of the [WebGL 2 API](/en-US/docs/Web/API/WebGL_API) returns
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ page-type: web-api-instance-method
browser-compat: api.WebGL2RenderingContext.getQuery
---

{{APIRef("WebGL")}}
{{APIRef("WebGL")}}{{AvailableInWorkers}}

The **`WebGL2RenderingContext.getQuery()`** method of the [WebGL 2 API](/en-US/docs/Web/API/WebGL_API) returns the currently active
{{domxref("WebGLQuery")}} for the `target`, or [`null`](/en-US/docs/Web/JavaScript/Reference/Operators/null).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ page-type: web-api-instance-method
browser-compat: api.WebGL2RenderingContext.getQueryParameter
---

{{APIRef("WebGL")}}
{{APIRef("WebGL")}}{{AvailableInWorkers}}

The **`WebGL2RenderingContext.getQueryParameter()`** method of
the [WebGL 2 API](/en-US/docs/Web/API/WebGL_API) returns parameter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ page-type: web-api-instance-method
browser-compat: api.WebGL2RenderingContext.getSamplerParameter
---

{{APIRef("WebGL")}}
{{APIRef("WebGL")}}{{AvailableInWorkers}}

The **`WebGL2RenderingContext.getSamplerParameter()`** method
of the [WebGL 2 API](/en-US/docs/Web/API/WebGL_API) returns parameter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ page-type: web-api-instance-method
browser-compat: api.WebGL2RenderingContext.getSyncParameter
---

{{APIRef("WebGL")}}
{{APIRef("WebGL")}}{{AvailableInWorkers}}

The **`WebGL2RenderingContext.getSyncParameter()`** method of
the [WebGL 2 API](/en-US/docs/Web/API/WebGL_API) returns parameter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ page-type: web-api-instance-method
browser-compat: api.WebGL2RenderingContext.getTransformFeedbackVarying
---

{{APIRef("WebGL")}}
{{APIRef("WebGL")}}{{AvailableInWorkers}}

The **`WebGL2RenderingContext.getTransformFeedbackVarying()`**
method of the [WebGL 2 API](/en-US/docs/Web/API/WebGL_API) returns
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ page-type: web-api-instance-method
browser-compat: api.WebGL2RenderingContext.getUniformBlockIndex
---

{{APIRef("WebGL")}}
{{APIRef("WebGL")}}{{AvailableInWorkers}}

The **`WebGL2RenderingContext.getUniformBlockIndex()`** method
of the [WebGL 2 API](/en-US/docs/Web/API/WebGL_API) retrieves the index of
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ page-type: web-api-instance-method
browser-compat: api.WebGL2RenderingContext.getUniformIndices
---

{{APIRef("WebGL")}}
{{APIRef("WebGL")}}{{AvailableInWorkers}}

The **`WebGL2RenderingContext.getUniformIndices()`** method of
the [WebGL 2 API](/en-US/docs/Web/API/WebGL_API) retrieves the indices of a
Expand Down

0 comments on commit 06d5044

Please sign in to comment.