Ignore:
Timestamp:
Jun 24, 2012, 1:19:11 PM (11 years ago)
Author:
sam
Message:

build: reorganise all the build stuff so that it lies in build/ and
make sure each .vcxproj file is with its corresponding source code.

Location:
trunk/tutorial
Files:
1 added
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/tutorial/11_fractal.cpp

    r1517 r1518  
    3636#endif
    3737
    38 extern char const *lolfx_03_fractal;
     38extern char const *lolfx_11_fractal;
    3939
    4040#if defined USE_D3D9
     
    479479#endif
    480480
    481             m_shader = Shader::Create(lolfx_03_fractal);
     481            m_shader = Shader::Create(lolfx_11_fractal);
    482482
    483483            m_vertexattrib = m_shader->GetAttribLocation("a_Vertex", VertexUsage::Position, 0);
Note: See TracChangeset for help on using the changeset viewer.