mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
Remove Shader:sendInt/sendBoolean/sendFloat/sendMatrix/sendTexture
--HG-- branch : minor
This commit is contained in:
@@ -260,11 +260,6 @@ int w_Shader_hasUniform(lua_State *L)
|
|||||||
static const luaL_Reg w_Shader_functions[] =
|
static const luaL_Reg w_Shader_functions[] =
|
||||||
{
|
{
|
||||||
{ "getWarnings", w_Shader_getWarnings },
|
{ "getWarnings", w_Shader_getWarnings },
|
||||||
{ "sendInt", w_Shader_send },
|
|
||||||
{ "sendBoolean", w_Shader_send },
|
|
||||||
{ "sendFloat", w_Shader_send },
|
|
||||||
{ "sendMatrix", w_Shader_send },
|
|
||||||
{ "sendTexture", w_Shader_send },
|
|
||||||
{ "send", w_Shader_send },
|
{ "send", w_Shader_send },
|
||||||
{ "sendColor", w_Shader_sendColors },
|
{ "sendColor", w_Shader_sendColors },
|
||||||
{ "hasUniform", w_Shader_hasUniform },
|
{ "hasUniform", w_Shader_hasUniform },
|
||||||
|
|||||||
Reference in New Issue
Block a user