Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
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
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
angle
Commits
aa7c6c1f
Commit
aa7c6c1f
authored
Jan 25, 2013
by
shannon.woods@transgaming.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document GetIntegerv errors in ANGLE_framebuffer_blit.
git-svn-id:
https://angleproject.googlecode.com/svn/branches/dx11proto@1778
736b8ea6-26fd-11df-bfd4-992fa37f6226
parent
b71c65ca
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
3 deletions
+13
-3
ANGLE_framebuffer_blit.txt
extensions/ANGLE_framebuffer_blit.txt
+13
-3
No files found.
extensions/ANGLE_framebuffer_blit.txt
View file @
aa7c6c1f
...
@@ -24,8 +24,8 @@ Status
...
@@ -24,8 +24,8 @@ Status
Version
Version
Last Modified Date:
Aug 6, 2010
Last Modified Date:
Sept 22, 2012
Author Revision:
3
Author Revision:
4
Number
Number
...
@@ -109,7 +109,11 @@ Operations and the Framebuffer)
...
@@ -109,7 +109,11 @@ Operations and the Framebuffer)
"Calling ReadPixels generates INVALID_FRAMEBUFFER_OPERATION if
"Calling ReadPixels generates INVALID_FRAMEBUFFER_OPERATION if
the object bound to READ_FRAMEBUFFER_BINDING_ANGLE is not "framebuffer
the object bound to READ_FRAMEBUFFER_BINDING_ANGLE is not "framebuffer
complete" (section 4.4.4.2)."
complete" (section 4.4.4.2). GetIntegerv generates an INVALID_OPERATION
error if the object bound to READ_FRAMEBUFFER_BINDING_ANGLE is not
framebuffer complete, or if the GL is using a framebuffer object
(i.e. READ_FRAMEBUFFER_BINDING_ANGLE is non-zero) and there is no color
attachment."
Insert a new section 4.3.2 titled "Copying Pixels" and renumber the
Insert a new section 4.3.2 titled "Copying Pixels" and renumber the
subsequent sections. Add the following text:
subsequent sections. Add the following text:
...
@@ -314,6 +318,10 @@ Errors
...
@@ -314,6 +318,10 @@ Errors
BlitFramebufferANGLE, ReadPixels, CopyTex{Sub}Image*, is called while the
BlitFramebufferANGLE, ReadPixels, CopyTex{Sub}Image*, is called while the
read framebuffer is not framebuffer complete.
read framebuffer is not framebuffer complete.
The error INVALID_OPERATION is generated if GetIntegerv is called
while the read framebuffer is not framebuffer complete, or if there
is no color attachment present on the read framebuffer object.
The error INVALID_VALUE is generated by BlitFramebufferANGLE if
The error INVALID_VALUE is generated by BlitFramebufferANGLE if
<mask> has any bits set other than those named by
<mask> has any bits set other than those named by
COLOR_BUFFER_BIT, DEPTH_BUFFER_BIT or STENCIL_BUFFER_BIT.
COLOR_BUFFER_BIT, DEPTH_BUFFER_BIT or STENCIL_BUFFER_BIT.
...
@@ -424,4 +432,6 @@ Revision History
...
@@ -424,4 +432,6 @@ Revision History
- improve some error language
- improve some error language
Revision 3, 2010/08/06
Revision 3, 2010/08/06
- add additional contributors, update implementation status
- add additional contributors, update implementation status
Revision 4, 2012/09/22
- document errors for GetIntegerv.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment