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
  • Caps.h
Find file
BlameHistoryPermalink
  • Alexis Hetu's avatar
    Support blendable capability · ddb99f21
    Alexis Hetu authored Jan 14, 2020
    Vulkan distinguishes between a texture format that can be used as a
    render target (VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT) and one that
    supports blending (VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT).
    This cl adds a blendable capability and sets it based on the
    appropriate bit. It also adds the check in GetFormatSupportBase(),
    but all uses of it are currently set to false.
    
    In terms of behavior, this cl should be noop.
    
    Bug: angleproject:4291
    Change-Id: Ib151ac8ab7b69311b7fdef15ad87186d13e3ed78
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1999494
    Commit-Queue: Alexis Hétu <sugoi@chromium.org>
    Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org>
    ddb99f21
Caps.h 32.6 KB
EditWeb IDE
×

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