[DEBUG] update program shared VBO and bullet new file
This commit is contained in:
parent
da12244f16
commit
8b4ea6f0cf
2
external/bullet/lutin_bullet.py
vendored
2
external/bullet/lutin_bullet.py
vendored
@ -39,6 +39,8 @@ def create(target):
|
||||
'bullet/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.cpp',
|
||||
'bullet/src/BulletCollision/NarrowPhaseCollision/btGjkEpa2.cpp',
|
||||
'bullet/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp',
|
||||
'bullet/src/BulletCollision/CollisionDispatch/btCompoundCompoundCollisionAlgorithm.cpp',
|
||||
'bullet/src/BulletCollision/CollisionDispatch/btHashedSimplePairCache.cpp',
|
||||
'bullet/src/BulletCollision/CollisionDispatch/btActivatingCollisionAlgorithm.cpp',
|
||||
'bullet/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp',
|
||||
'bullet/src/BulletCollision/CollisionDispatch/btEmptyCollisionAlgorithm.cpp',
|
||||
|
2
external/ege
vendored
2
external/ege
vendored
@ -1 +1 @@
|
||||
Subproject commit ba20ab59f74866367fb8efa260fc6eb26889422b
|
||||
Subproject commit 73455cc61be78fd2a76466fb8c6a1aaabe68bf61
|
2
external/etk
vendored
2
external/etk
vendored
@ -1 +1 @@
|
||||
Subproject commit 3cf514f7c7b00abe6a262e41a0847afc12ded207
|
||||
Subproject commit 6bb7f2e911a42e62839a8c2795d0196490c0e088
|
@ -327,7 +327,7 @@ void ewol::resource::Program::sendAttribute(int32_t _idElem,
|
||||
|
||||
void ewol::resource::Program::sendAttributePointer(int32_t _idElem,
|
||||
int32_t _nbElement,
|
||||
ewol::resource::VirtualBufferObject* _vbo,
|
||||
const ewol::object::Shared<ewol::resource::VirtualBufferObject>& _vbo,
|
||||
int32_t _index,
|
||||
int32_t _jumpBetweenSample,
|
||||
int32_t _offset) {
|
||||
|
@ -86,7 +86,7 @@ namespace ewol {
|
||||
int32_t _jumpBetweenSample=0);
|
||||
void sendAttributePointer(int32_t _idElem,
|
||||
int32_t _nbElement,
|
||||
ewol::resource::VirtualBufferObject* _vbo,
|
||||
const ewol::object::Shared<ewol::resource::VirtualBufferObject>& _vbo,
|
||||
int32_t _index,
|
||||
int32_t _jumpBetweenSample=0,
|
||||
int32_t _offset=0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user