mirror of
https://github.com/minetest/irrlicht.git
synced 2025-07-06 10:10:25 +02:00
Drop old shader material functions
I'm not sure what these actually are, but the situation is the same as the last commit.
This commit is contained in:
@ -2102,18 +2102,6 @@ COGLES2Driver::~COGLES2Driver()
|
||||
return false;
|
||||
}
|
||||
|
||||
//! Adds a new material renderer to the VideoDriver, using pixel and/or
|
||||
//! vertex shaders to render geometry.
|
||||
s32 COGLES2Driver::addShaderMaterial(const c8* vertexShaderProgram,
|
||||
const c8* pixelShaderProgram,
|
||||
IShaderConstantSetCallBack* callback,
|
||||
E_MATERIAL_TYPE baseMaterial, s32 userData)
|
||||
{
|
||||
os::Printer::log("No shader support.");
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
//! Adds a new material renderer to the VideoDriver, using GLSL to render geometry.
|
||||
s32 COGLES2Driver::addHighLevelShaderMaterial(
|
||||
const c8* vertexShaderProgram,
|
||||
|
Reference in New Issue
Block a user