mirror of
https://github.com/AxioDL/boo.git
synced 2025-06-05 06:03:44 +00:00
15 lines
391 B
C++
15 lines
391 B
C++
#include "graphicsys/hecl/CHECLLexer.hpp"
|
|
|
|
CHECLLexer::CHECLLexer(const CGFXVertexLayoutBase& vertLayout,
|
|
const std::string& colorHECL)
|
|
: m_vertLayout(vertLayout)
|
|
{
|
|
}
|
|
|
|
CHECLLexer::CHECLLexer(const CGFXVertexLayoutBase& vertLayout,
|
|
const std::string& colorHECL,
|
|
const std::string& alphaHECL)
|
|
: m_vertLayout(vertLayout)
|
|
{
|
|
}
|