| 
    Shader Tool
    
   Small shader visualiser. 
   | 
 
Data class that contains the code of a shader. More...
#include <Shader.hpp>
Public Member Functions | |
| Shader ()=default | |
| Shader (string title, string path, string shader_text) | |
| Creates a new shader.  More... | |
| string | getTitle () | 
| string | getPath () | 
| shared_ptr< string > | getCode () | 
| void | setPath (string _path) | 
Private Attributes | |
| string | title | 
| string | path | 
| string | shader_text | 
Data class that contains the code of a shader.
      
  | 
  default | 
      
  | 
  inline | 
Creates a new shader.
| tile | Shader name. | 
| path | Path to the shader file. | 
| shader_text | Code of the shader. | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  private | 
      
  | 
  private | 
      
  | 
  private |