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
  • renderervk_utils.cpp
Find file
BlameHistoryPermalink
  • Jamie Madill's avatar
    Vulkan: Implement very basic DrawElements. · d03a849d
    Jamie Madill authored Oct 03, 2017
    This implements getIndexRange for index validation, without any
    caching. Vulkan does support a version of robust access, but it would
    require the robust context creation attribute. Also, it differs slight
    from the OpenGL spec.
    
    Also note that this implementation does not create the index buffer
    with the correct usage bits, but seems to work and doesn't produce an
    error in the validation layers. We should probably update them.
    
    This CL also doesn't impement index support for immediate data,
    offsets, or the unsigned short index type.
    
    BUG=angleproject:2167
    
    Change-Id: I580930f85e23034b483f3ece62eb1faf8024d624
    Reviewed-on: https://chromium-review.googlesource.com/681874
    Commit-Queue: Jamie Madill <jmadill@chromium.org>
    Reviewed-by: 's avatarFrank Henigman <fjhenigman@chromium.org>
    Reviewed-by: 's avatarYuly Novikov <ynovikov@chromium.org>
    d03a849d
renderervk_utils.cpp 30.5 KB
EditWeb IDE
×

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