|
Aeon Engine c550894
AeonGames Open Source Game Engine
|
Represents a single work item in the compilation worklist. More...
#include <C:/Code/AeonEngine/engine/renderers/vulkan/SPIR-V/Worklist.hpp>

Public Member Functions | |
| TWorkItem (const std::string &s) | |
| Construct from a file name. | |
Public Attributes | |
| std::string | name |
| File name of the work item. | |
| std::string | results |
| Compilation results. | |
| std::string | resultsIndex |
| Index into the results. | |
Represents a single work item in the compilation worklist.
Definition at line 46 of file Worklist.hpp.
|
inline |
Definition at line 49 of file Worklist.hpp.
|
inlineexplicit |
Construct from a file name.
Definition at line 51 of file Worklist.hpp.
| std::string glslang::TWorkItem::name |
File name of the work item.
Definition at line 53 of file Worklist.hpp.
| std::string glslang::TWorkItem::results |
Compilation results.
Definition at line 54 of file Worklist.hpp.
| std::string glslang::TWorkItem::resultsIndex |
Index into the results.
Definition at line 55 of file Worklist.hpp.