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
681c50e7
Commit
681c50e7
authored
Oct 31, 2013
by
Geoff Lang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed a bug where the vertex data manager was not caching the current
value attributes properly. ANGLEBUG=489 Review URL:
https://codereview.appspot.com/18400043
parent
81795124
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
VertexDataManager.cpp
src/libGLESv2/renderer/VertexDataManager.cpp
+4
-0
No files found.
src/libGLESv2/renderer/VertexDataManager.cpp
View file @
681c50e7
...
@@ -266,6 +266,10 @@ GLenum VertexDataManager::prepareVertexData(const gl::VertexAttribute attribs[],
...
@@ -266,6 +266,10 @@ GLenum VertexDataManager::prepareVertexData(const gl::VertexAttribute attribs[],
return
GL_OUT_OF_MEMORY
;
return
GL_OUT_OF_MEMORY
;
}
}
mCurrentValue
[
i
][
0
]
=
attribs
[
i
].
mCurrentValue
[
0
];
mCurrentValue
[
i
][
1
]
=
attribs
[
i
].
mCurrentValue
[
1
];
mCurrentValue
[
i
][
2
]
=
attribs
[
i
].
mCurrentValue
[
2
];
mCurrentValue
[
i
][
3
]
=
attribs
[
i
].
mCurrentValue
[
3
];
mCurrentValueOffsets
[
i
]
=
streamOffset
;
mCurrentValueOffsets
[
i
]
=
streamOffset
;
}
}
...
...
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