mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-15 12:34:30 +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',
|
'tvgFormat.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