|
Brenta Engine 1.2
|
Public Member Functions | |
| Builder & | object (const Shader::Object &obj) |
| Builder & | objects (const tenno::vector< Shader::Object > &objs) |
| Builder & | feedback (const GLchar **feedback_varyings, int num_varyings) |
| Builder & | watch (const std::filesystem::path &path) |
| std::optional< Shader > | build () |
| tenno::vector< std::filesystem::path > | get_watch_paths () const |
Definition at line 170 of file shader.hpp.
| std::optional< Shader > Shader::Builder::build | ( | ) |
Definition at line 457 of file shader.cpp.
| Shader::Builder & Shader::Builder::feedback | ( | const GLchar ** | feedback_varyings, |
| int | num_varyings | ||
| ) |
Definition at line 442 of file shader.cpp.
| tenno::vector< std::filesystem::path > Shader::Builder::get_watch_paths | ( | ) | const |
Definition at line 467 of file shader.cpp.
| Shader::Builder & Shader::Builder::object | ( | const Shader::Object & | obj | ) |
Definition at line 423 of file shader.cpp.
| Shader::Builder & Shader::Builder::objects | ( | const tenno::vector< Shader::Object > & | objs | ) |
Definition at line 431 of file shader.cpp.
| Shader::Builder & Shader::Builder::watch | ( | const std::filesystem::path & | path | ) |
Definition at line 451 of file shader.cpp.