• Show log

    Commit

  • Hash : 05a449a7
    Author : Rafael Cintron
    Date : 2018-06-20T18:08:04

    Replace reinterpret_cast with safer or no cast
    
    When casting types to one another in C++, the weaker the cast,
    the better.
    
    This change replaces instances of reinterpret_cast with static_cast
    or no cast where it safe and correct to do so.
    
    BUG=angleproject:2683
    
    Change-Id: I99c9033614a65282ae1d78cf0f4b80fabd75877a
    Reviewed-on: https://chromium-review.googlesource.com/1109396
    Commit-Queue: Rafael Cintron <rafael.cintron@microsoft.com>
    Reviewed-by: Jamie Madill <jmadill@chromium.org>
    

  • 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
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg thodg_l
    Tags