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
  • common
  • debug.h
Find file
BlameHistoryPermalink
  • Shahbaz Youssefi's avatar
    Vulkan: Use a specialized macro for wrapped vulkan calls · 6f1dc51b
    Shahbaz Youssefi authored Oct 04, 2018
    Vulkan wrapper functions are fairly straightforward.  They call the
    Vulkan function and return immediately.  The specialized macros
    introduced in this commit take care of the final return for brevity of
    the warpper.
    
    Additionally, this commit gets rid of ANGLE_EMPTY_STATEMENT in favor of
    the more robust macro definition using do {} while (0).
    
    Bug: none
    Change-Id: Ia7c68962d1aeee2c06ef210122b345b1a2e54f08
    Reviewed-on: https://chromium-review.googlesource.com/c/1262020
    Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
    Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    6f1dc51b
debug.h 11.5 KB
EditWeb IDE
×

Replace debug.h

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.