WebGLRenderingContext: createBuffer() method

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.

Note: This feature is available in Web Workers.

Phương thức WebGLRenderingContext.createBuffer() của WebGL API tạo và khởi tạo một WebGLBuffer lưu trữ dữ liệu như các đỉnh hoặc màu sắc.

Cú pháp

js
createBuffer()

Thông số

Không có.

Giá trị trả về

Một WebGLBuffer lưu trữ dữ liệu như các đỉnh hoặc màu sắc.

Ví dụ

Tạo bộ đệm

js
const canvas = document.getElementById("canvas");
const gl = canvas.getContext("webgl");
const buffer = gl.createBuffer();

Thông số kỹ thuật

Specification
WebGL Specification
# 5.14.5

Khả năng tương thích của trình duyệt

Xem thêm