Changeset 1518 for trunk/tutorial/11_fractal.cpp
- Timestamp:
- Jun 24, 2012, 1:19:11 PM (11 years ago)
- Location:
- trunk/tutorial
- Files:
-
- 1 added
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/tutorial/11_fractal.cpp
r1517 r1518 36 36 #endif 37 37 38 extern char const *lolfx_ 03_fractal;38 extern char const *lolfx_11_fractal; 39 39 40 40 #if defined USE_D3D9 … … 479 479 #endif 480 480 481 m_shader = Shader::Create(lolfx_ 03_fractal);481 m_shader = Shader::Create(lolfx_11_fractal); 482 482 483 483 m_vertexattrib = m_shader->GetAttribLocation("a_Vertex", VertexUsage::Position, 0);
Note: See TracChangeset
for help on using the changeset viewer.