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
  • samples
  • gles2_book
  • PostSubBuffer
  • PostSubBuffer.c
Find file
BlameHistoryPermalink
  • apatrick@chromium.org's avatar
    Implemented EGL_NV_post_sub_buffer. · f4490e22
    apatrick@chromium.org authored Dec 06, 2011
    The change to the sample is just to demonstrate how I tested it. I won't check in the stuff under samples/.
    
    It's not clear to me what eglPostSubBufferNV should do if EGL_POST_SUB_BUFFER_SUPPORTED_NV is false. At the moment it fails silently as though it was called on the wrong surface type:
    
     "If <surface> is a back-buffered surface, then the requested portion
        of the color buffer is copied to the native window associated with
        that surface. If <surface> is a single-buffered window, pixmap, or
        pbuffer surface, eglSwapBuffers and eglPostSubBufferNV have no
        effect."
    Review URL: http://codereview.appspot.com/5345050
    
    git-svn-id: https://angleproject.googlecode.com/svn/trunk@902 736b8ea6-26fd-11df-bfd4-992fa37f6226
    f4490e22
PostSubBuffer.c 5.54 KB
EditWeb IDE
×

Replace PostSubBuffer.c

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.