mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-13 19:44:28 +00:00
common: Move the list to the gl_engine side.
Unfortunately, the usage of this list is not intuitive, so can be confusing. Placed it only for gl.
This commit is contained in:
parent
023d961118
commit
9f105b60c4
4 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,6 @@ source_file = [
|
|||
'tvgFormat.h',
|
||||
'tvgCompressor.h',
|
||||
'tvgInlist.h',
|
||||
'tvgList.h',
|
||||
'tvgMath.h',
|
||||
'tvgStr.h',
|
||||
'tvgBezier.cpp',
|
||||
|
|
|
@ -2,6 +2,7 @@ source_file = [
|
|||
'tvgGlCommon.h',
|
||||
'tvgGlGeometry.h',
|
||||
'tvgGlGpuBuffer.h',
|
||||
'tvgGlList.h',
|
||||
'tvgGlProgram.h',
|
||||
'tvgGlRenderer.h',
|
||||
'tvgGlRenderPass.h',
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
#include "tvgGlTessellator.h"
|
||||
#include "tvgRender.h"
|
||||
#include "tvgList.h"
|
||||
#include "tvgGlList.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <array>
|
||||
|
|
Loading…
Add table
Reference in a new issue