[DEV] open the good file for 3d textured
This commit is contained in:
parent
17dfbc7cb1
commit
08e97b1fba
@ -20,7 +20,7 @@ ewol::OObject3DTextured::OObject3DTextured(etk::UString textureName, float sizeX
|
|||||||
if (false == ewol::resource::Keep(textureName, m_resource, etk::Vector2D<int32_t>(sizeX,sizeY)) ) {
|
if (false == ewol::resource::Keep(textureName, m_resource, etk::Vector2D<int32_t>(sizeX,sizeY)) ) {
|
||||||
EWOL_CRITICAL("can not get a resource Texture");
|
EWOL_CRITICAL("can not get a resource Texture");
|
||||||
}
|
}
|
||||||
etk::UString tmpString("textured3D.prog");
|
etk::UString tmpString("DATA:textured3D.prog");
|
||||||
// get the shader resource :
|
// get the shader resource :
|
||||||
m_GLPosition = 0;
|
m_GLPosition = 0;
|
||||||
if (true == ewol::resource::Keep(tmpString, m_GLprogram) ) {
|
if (true == ewol::resource::Keep(tmpString, m_GLprogram) ) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user