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
  • FrameCapture.cpp
Find file
BlameHistoryPermalink
  • Jiacheng Lu's avatar
    Fix compile error on capture with client array · 3ea90d60
    Jiacheng Lu authored Jul 26, 2019
    1. The current implementation misused the offset in gBinaryData as the
    memcpy size. This CL fixed it by adding the byte size into the
    UpdateClientArrayPointer call.
    2. Trying passing a pointer to a C-style array parameter which causes
    compiling error. This CL fixed by simply use const void * to do memcpy.
    3. Able to run frame capture successfully for the first 100 frames of
    glmark2.
    
    Bug: angleproject:3611
    Change-Id: Ibaef224c2a2d124b681757d9ecd187a5f9b7079b
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1721207
    Commit-Queue: Jamie Madill <jmadill@chromium.org>
    Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    3ea90d60
FrameCapture.cpp 19.6 KB
EditWeb IDE
×

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