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
f861b02c
Commit
f861b02c
authored
Feb 08, 2012
by
daniel@transgaming.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update ANGLE_instanced_arrays spec.
git-svn-id:
https://angleproject.googlecode.com/svn/trunk@986
736b8ea6-26fd-11df-bfd4-992fa37f6226
parent
b474de34
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
+9
-5
ANGLE_instanced_arrays.txt
extensions/ANGLE_instanced_arrays.txt
+9
-5
No files found.
extensions/ANGLE_instanced_arrays.txt
View file @
f861b02c
...
@@ -20,12 +20,12 @@ Contact
...
@@ -20,12 +20,12 @@ Contact
Status
Status
Draft
Implemented in ANGLE r976.
Version
Version
Last Modified Date:
January 24
, 2012
Last Modified Date:
February 8
, 2012
Author Revision:
2
Author Revision:
3
Number
Number
...
@@ -289,7 +289,8 @@ Errors
...
@@ -289,7 +289,8 @@ Errors
INVALID_OPERATION is generated by DrawArraysInstancedANGLE or
INVALID_OPERATION is generated by DrawArraysInstancedANGLE or
DrawElementsInstancedANGLE if there is not at least one enabled
DrawElementsInstancedANGLE if there is not at least one enabled
vertex attribute that has a <divisor> of zero.
vertex attribute array that has a <divisor> of zero and is bound to an
active generic attribute value in the program used for the draw command.
New State
New State
...
@@ -326,7 +327,8 @@ Issues
...
@@ -326,7 +327,8 @@ Issues
emulating instancing), but it would not be very efficient and there
emulating instancing), but it would not be very efficient and there
seems to be little-to-no value in doing so.
seems to be little-to-no value in doing so.
If all of the enabled attributes have a non-zero divisor, the draw
If all of the enabled vertex attribute arrays that are bound to active
generic attributes in the program have a non-zero divisor, the draw
call should return INVALID_OPERATION.
call should return INVALID_OPERATION.
3) Direct3D 9 only supports instancing for DrawIndexedPrimitive which
3) Direct3D 9 only supports instancing for DrawIndexedPrimitive which
...
@@ -349,6 +351,8 @@ Issues
...
@@ -349,6 +351,8 @@ Issues
Revision History
Revision History
#3 February 8, 2012 dgkoch
- clarify Issue 3 and the error condition for no indexed attributes
#2 January 24, 2012 dgkoch
#2 January 24, 2012 dgkoch
- fix typos, add clarifications, and more errors
- fix typos, add clarifications, and more errors
#1 January 17, 2012 dgkoch
#1 January 17, 2012 dgkoch
...
...
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