Home
last modified time | relevance | path

Searched defs:shader (Results 1 – 4 of 4) sorted by relevance

/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_GraphicsResource.cpp305 GLuint shader = glCreateShader(GL_VERTEX_SHADER); in SetResource() local
346 GLuint shader = glCreateShader(GL_VERTEX_SHADER); in SetResource() local
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_ShaderProgram.cpp74 ResBinaryShader shader = ResBinaryShader( shaderProgramDescription.GetOwnerShaderData() ); in ActivateDescription() local
/NW4C-1.2.23/sources/libraries/gfx/res/
Dgfx_ResMesh.cpp153 ResBinaryShader shader = material.GetShader().Dereference(); in Setup() local
Dgfx_ResShader.cpp144 GLuint shader = glCreateShader(resBinaryShader.GetShaderKinds(i)); in ResBinaryShader_Setup() local