mirror of
https://github.com/thorvg/thorvg.git
synced 2025-07-28 17:15:57 +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
815eb23856
commit
8cc8cf3b02
4 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,6 @@ source_file = [
|
||||||
'tvgBezier.h',
|
'tvgBezier.h',
|
||||||
'tvgCompressor.h',
|
'tvgCompressor.h',
|
||||||
'tvgInlist.h',
|
'tvgInlist.h',
|
||||||
'tvgList.h',
|
|
||||||
'tvgMath.h',
|
'tvgMath.h',
|
||||||
'tvgStr.h',
|
'tvgStr.h',
|
||||||
'tvgBezier.cpp',
|
'tvgBezier.cpp',
|
||||||
|
|
|
@ -2,6 +2,7 @@ source_file = [
|
||||||
'tvgGlCommon.h',
|
'tvgGlCommon.h',
|
||||||
'tvgGlGeometry.h',
|
'tvgGlGeometry.h',
|
||||||
'tvgGlGpuBuffer.h',
|
'tvgGlGpuBuffer.h',
|
||||||
|
'tvgGlList.h',
|
||||||
'tvgGlProgram.h',
|
'tvgGlProgram.h',
|
||||||
'tvgGlRenderer.h',
|
'tvgGlRenderer.h',
|
||||||
'tvgGlRenderPass.h',
|
'tvgGlRenderPass.h',
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
#include "tvgGlTessellator.h"
|
#include "tvgGlTessellator.h"
|
||||||
#include "tvgRender.h"
|
#include "tvgRender.h"
|
||||||
#include "tvgList.h"
|
#include "tvgGlList.h"
|
||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <array>
|
#include <array>
|
||||||
|
|
Loading…
Add table
Reference in a new issue