aboutsummaryrefslogtreecommitdiff
path: root/client/shaders/stars_shader/opengl_vertex.glsl
diff options
context:
space:
mode:
authorLars Müller <34514239+appgurueu@users.noreply.github.com>2022-04-21 12:39:39 +0200
committersfan5 <sfan5@live.de>2022-04-21 21:45:20 +0200
commit583257f093b958be7e4e82803f53550e4a3beb8a (patch)
treecaa0715208e2861936696c8f5564f008d9e66b1a /client/shaders/stars_shader/opengl_vertex.glsl
parent7cea688a1c463c5e8caa28bbdb588a6b497a5d7d (diff)
downloadminetest-583257f093b958be7e4e82803f53550e4a3beb8a.tar.gz
minetest-583257f093b958be7e4e82803f53550e4a3beb8a.tar.bz2
minetest-583257f093b958be7e4e82803f53550e4a3beb8a.zip
Update docs to reference CSS Color Module Level 3
as the named color "rebeccapurple" is unavailable, Level 4 clearly isn't supported; the link should not point to a dev version of the spec either
Diffstat (limited to 'client/shaders/stars_shader/opengl_vertex.glsl')
0 files changed, 0 insertions, 0 deletions
this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include "scripting_client.h" #include "client/client.h" #include "cpp_api/s_internal.h" #include "lua_api/l_client.h" #include "lua_api/l_env.h" #include "lua_api/l_item.h" #include "lua_api/l_itemstackmeta.h" #include "lua_api/l_minimap.h" #include "lua_api/l_modchannels.h" #include "lua_api/l_particles_local.h" #include "lua_api/l_storage.h" #include "lua_api/l_sound.h" #include "lua_api/l_util.h" #include "lua_api/l_item.h" #include "lua_api/l_nodemeta.h" #include "lua_api/l_localplayer.h" #include "lua_api/l_camera.h" ClientScripting::ClientScripting(Client *client): ScriptApiBase(ScriptingType::Client) { setGameDef(client); SCRIPTAPI_PRECHECKHEADER // Security is mandatory client side initializeSecurityClient();