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
  • libANGLE
  • renderer
  • vulkan
  • SurfaceVk.cpp
Find file
BlameHistoryPermalink
  • Tim Van Patten's avatar
    Fix call to getImageFormatFeatureBits() in SurfaceVk.cpp · 0056151c
    Tim Van Patten authored Jan 12, 2021
    The function getImageFormatFeatureBits() was recently refactored which
    changed its parameters. One call to this function in SurfaceVk.cpp is
    underneath a #if ANGLE_ENABLE_OVERLAY though, so it was missed.
    
    This CL updates the call to getImageFormatFeatureBits() with the correct
    paramater as well as moves the code outside of the #if and into a normal
    conditional to prevent similar issues in the future.
    
    Bug: angleproject:5438
    Change-Id: I499c25d98e4e22b5e1bb14e6e6c9ef378d77307f
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2626348
    Commit-Queue: Tim Van Patten <timvp@google.com>
    Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    0056151c
SurfaceVk.cpp 71.9 KB
EditWeb IDE
×

Replace SurfaceVk.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.