]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - include/ishaders.h
load notex textures from a builtin vfs
[xonotic/netradiant.git] / include / ishaders.h
index f88c8ce78e206e426f233cc6ff7bf113c898f6cb..f588c287440e2e1c91355920729e98ca86ae76a9 100644 (file)
@@ -80,7 +80,6 @@ virtual float alphaTest() const = 0;
 
 typedef Callback<void(const ShaderLayer&)> ShaderLayerCallback;
 
-
 class IShader
 {
 public:
@@ -183,7 +182,6 @@ inline ShaderSystem& GlobalShaderSystem(){
        return GlobalShadersModule::getTable();
 }
 
-
 #define QERApp_Shader_ForName GlobalShaderSystem().getShaderForName
 #define QERApp_ActiveShaders_IteratorBegin GlobalShaderSystem().beginActiveShadersIterator
 #define QERApp_ActiveShaders_IteratorAtEnd GlobalShaderSystem().endActiveShadersIterator