Bumping manifests a=b2g-bump
[gecko.git] / dom / canvas / WebGL2ContextDraw.cpp
blobae09e4625a2f3691cdb7adcc1c38339983715798
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /* This Source Code Form is subject to the terms of the Mozilla Public
3 * License, v. 2.0. If a copy of the MPL was not distributed with this
4 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
6 #include "WebGL2Context.h"
7 #include "GLContext.h"
9 using namespace mozilla;
10 using namespace mozilla::dom;
12 // -------------------------------------------------------------------------
13 // Writing to the drawing buffer
15 void
16 WebGL2Context::DrawRangeElements(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, GLintptr offset)
18 MOZ_CRASH("Not Implemented.");