• Show log

    Commit

  • Hash : 40e4bc63
    Author : Dan Glastonbury
    Date : 2022-11-09T12:40:48

    Make DrawRangeElements validation consistent with DrawElements
    
    According to the WebGL specification, when an empty buffer is bound to
    GL_ELEMENT_ARRAY_BUFFER binding point, one of the possibilities is to
    return an error when trying to draw with an index count other than
    zero. This is the behavior of DrawElements variants but not
    DrawRangeElements.
    
    This change brings variants of DrawRangeElements behavior in line with
    that of DrawElements.
    
    Bug: angleproject:7822
    Change-Id: I6844efd1038d95c652b72e52209dfdd74f006f9b
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/4015418
    Reviewed-by: Geoff Lang <geofflang@chromium.org>
    Reviewed-by: Kenneth Russell <kbr@chromium.org>
    Commit-Queue: Alexey Knyazev <lexa.knyazev@gmail.com>
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/angle.git
    Git SSH git@git.kmx.io:kc3-lang/angle.git
    Public access ? public
    Description

    A conformant OpenGL ES implementation for Windows, Mac, Linux, iOS and Android.

    Homepage

    Github

    Users
    kc3_lang_org thodg_w www_kmx_io thodg_l thodg thodg_m
    Tags