Aeon Engine c550894
AeonGames Open Source Game Engine
Loading...
Searching...
No Matches
glslang::TWorkItem Class Reference

Represents a single work item in the compilation worklist. More...

#include <C:/Code/AeonEngine/engine/renderers/vulkan/SPIR-V/Worklist.hpp>

Collaboration diagram for glslang::TWorkItem:
Collaboration graph

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.

Detailed Description

Represents a single work item in the compilation worklist.

Definition at line 46 of file Worklist.hpp.

Constructor & Destructor Documentation

◆ TWorkItem() [1/2]

glslang::TWorkItem::TWorkItem ( )
inline

Definition at line 49 of file Worklist.hpp.

◆ TWorkItem() [2/2]

glslang::TWorkItem::TWorkItem ( const std::string & s)
inlineexplicit

Construct from a file name.

Definition at line 51 of file Worklist.hpp.

Member Data Documentation

◆ name

std::string glslang::TWorkItem::name

File name of the work item.

Definition at line 53 of file Worklist.hpp.

◆ results

std::string glslang::TWorkItem::results

Compilation results.

Definition at line 54 of file Worklist.hpp.

◆ resultsIndex

std::string glslang::TWorkItem::resultsIndex

Index into the results.

Definition at line 55 of file Worklist.hpp.


The documentation for this class was generated from the following file: