• Show log

    Commit

  • Hash : 1917377f
    Author : Cody Northrop
    Date : 2024-06-07T17:02:33

    Capture/Replay: Write comments to the capture
    
    Useful for tracking why things are happening in the frame, from the
    perspective of the tracer.
    
    Allows for entries like this:
    
        // DEBUG: AttachShader called, checking for IDs;
        glAttachShader(gShaderProgramMap2[6943], gShaderProgramMap2[1531]);
        // DEBUG: AttachShader called, checking for IDs;
        glAttachShader(gShaderProgramMap2[6943], gShaderProgramMap2[1511]);
    
    Good for debugging or knowing we've skipped invalid/unsupported calls.
    
    This CL includes one use of comments to mark calls we've skipped,
    meaning the app or ANGLE submitted them, but omitted from capture.
    
    Bug: angleproject:345851268
    Change-Id: Ied917c7480704afc3fdfb8cbb617b323eb7403a5
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/3233876
    Reviewed-by: Mark Łobodziński <mark@lunarg.com>
    Commit-Queue: Cody Northrop <cnorthrop@google.com>
    Reviewed-by: Roman Lavrov <romanl@google.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