close
The Wayback Machine - https://web.archive.org/web/20220426163555/https://hg.mozilla.org/mozilla-central/file/d44425c6730c/dom/canvas/WebGL2ContextDraw.cpp
dom/canvas/WebGL2ContextDraw.cpp
author Phil Ringnalda <philringnalda@gmail.com>
Sat, 23 May 2015 17:09:45 -0700
changeset 245372 d44425c6730c6824590c9e441479df03cda0772a
parent 206008 0fc60390559745dbd4ba83bf8d9b676abbb738d8
child 252931 2e3bce121f7cfc0e334da9f8a1c4fc99a0eea879
permissions -rw-r--r--
No bug, fix merge bustage in GMPProvider.jsm, a=me

/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */

#include "WebGL2Context.h"
#include "GLContext.h"

using namespace mozilla;
using namespace mozilla::dom;

// -------------------------------------------------------------------------
// Writing to the drawing buffer

void
WebGL2Context::DrawRangeElements(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, GLintptr offset)
{
    MOZ_CRASH("Not Implemented.");
}