Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
A
angle
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Chen Yisong
  • angle
  • Repository

Switch branch/tag
  • angle
  • src
  • compiler
  • translator
  • UnfoldShortCircuit.cpp
Find file
BlameHistoryPermalink
  • Jamie Madill's avatar
    Use a stack for OutputHLSL info log output. · 32aab01d
    Jamie Madill authored Jan 27, 2015
    Previously we would always reference mBody in several intermediate
    output methods. This made using these traversals from within the
    header, or for utility methods, very difficult. Instead, use a stack
    where we write to the top InfoLog, and can push/pop from the stack.
    This gives us more flexibility.
    
    BUG=angle:878
    
    Change-Id: I8a6c0382bad18b44d75158274c701db13d4d4e65
    Reviewed-on: https://chromium-review.googlesource.com/243580Tested-by: 's avatarJamie Madill <jmadill@chromium.org>
    Reviewed-by: 's avatarZhenyao Mo <zmo@chromium.org>
    32aab01d
UnfoldShortCircuit.cpp 5.07 KB
EditWeb IDE
×

Replace UnfoldShortCircuit.cpp

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.