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',
|
||||
'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