Add Text rendering
- Add FreeType as dependency - Add MsdfGen as dependency - Add MsdfAtlasGen as dependency
This commit is contained in:
@@ -38,6 +38,11 @@ namespace Copium
|
||||
this->depthTest = depthTest;
|
||||
}
|
||||
|
||||
void PipelineCreator::SetBlending(bool blending)
|
||||
{
|
||||
this->blending = blending;
|
||||
}
|
||||
|
||||
void PipelineCreator::AddShaderDescription()
|
||||
{
|
||||
for (auto& binding : shaderReflector.bindings)
|
||||
|
||||
Reference in New Issue
Block a user