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
  • FixedVector.h
Find file
BlameHistoryPermalink
  • Shahbaz Youssefi's avatar
    Vulkan: Storage image support · 912e52d8
    Shahbaz Youssefi authored Aug 23, 2019
    Image bindings are placed after atomic counters in the "resources"
    descriptor set.
    
    There are two issues yet to be addressed:
    
    - GL can create a 2D (array) view of a 3D image, but this is not allowed
      in Vulkan.  If this cannot be made possible, emulation needs to be
      done.
    
      https://github.com/KhronosGroup/Vulkan-Docs/issues/1033
    
    - GL can create an image view of a texture with a different format and
      have the data reinterpreted.  This is not currently done.
    
    Bug: angleproject:3563
    Change-Id: I95c4d92c50bb033212a9a67f3f2d6f97c074c7bf
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1767366
    Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
    Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    912e52d8
FixedVector.h 9.32 KB
EditWeb IDE
×

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