mirror of
https://github.com/rive-app/rive-cpp.git
synced 2026-01-18 21:21:17 +01:00
drawImage (without a Rive provided mesh) wasn't implemented in Tess. For now this just builds a tiny vertex buffer when it uploads the image. I'll rework this when I add batching to this renderer (the vertex buffer will only be generated on demand and placed into the batched vertex buffer for the whole frame/artboard depending on where we'll create the batching boundary) Diffs= c9f97f7c1 DrawImage for Tess Renderer
109 lines
2.9 KiB
JSON
109 lines
2.9 KiB
JSON
{
|
|
"disasexpl.associations": {
|
|
"**/*.c": "${workspaceFolder}/build/bin/assembly/${fileDirname}/${fileBasenameNoExtension}.S",
|
|
"**/*.cpp": "${workspaceFolder}/build/bin/assembly/${fileDirname}/${fileBasenameNoExtension}.S"
|
|
},
|
|
"files.associations": {
|
|
"type_traits": "cpp",
|
|
"string": "cpp",
|
|
"bitset": "cpp",
|
|
"charconv": "cpp",
|
|
"__bit_reference": "cpp",
|
|
"__config": "cpp",
|
|
"__debug": "cpp",
|
|
"__errc": "cpp",
|
|
"__functional_base": "cpp",
|
|
"__hash_table": "cpp",
|
|
"__locale": "cpp",
|
|
"__mutex_base": "cpp",
|
|
"__node_handle": "cpp",
|
|
"__nullptr": "cpp",
|
|
"__split_buffer": "cpp",
|
|
"__sso_allocator": "cpp",
|
|
"__std_stream": "cpp",
|
|
"__string": "cpp",
|
|
"__threading_support": "cpp",
|
|
"__tree": "cpp",
|
|
"__tuple": "cpp",
|
|
"algorithm": "cpp",
|
|
"any": "cpp",
|
|
"array": "cpp",
|
|
"atomic": "cpp",
|
|
"bit": "cpp",
|
|
"cctype": "cpp",
|
|
"chrono": "cpp",
|
|
"cinttypes": "cpp",
|
|
"clocale": "cpp",
|
|
"cmath": "cpp",
|
|
"codecvt": "cpp",
|
|
"complex": "cpp",
|
|
"condition_variable": "cpp",
|
|
"csignal": "cpp",
|
|
"cstdarg": "cpp",
|
|
"cstddef": "cpp",
|
|
"cstdint": "cpp",
|
|
"cstdio": "cpp",
|
|
"cstdlib": "cpp",
|
|
"cstring": "cpp",
|
|
"ctime": "cpp",
|
|
"cwchar": "cpp",
|
|
"cwctype": "cpp",
|
|
"deque": "cpp",
|
|
"exception": "cpp",
|
|
"forward_list": "cpp",
|
|
"fstream": "cpp",
|
|
"functional": "cpp",
|
|
"future": "cpp",
|
|
"initializer_list": "cpp",
|
|
"iomanip": "cpp",
|
|
"ios": "cpp",
|
|
"iosfwd": "cpp",
|
|
"iostream": "cpp",
|
|
"istream": "cpp",
|
|
"iterator": "cpp",
|
|
"limits": "cpp",
|
|
"list": "cpp",
|
|
"locale": "cpp",
|
|
"map": "cpp",
|
|
"memory": "cpp",
|
|
"mutex": "cpp",
|
|
"new": "cpp",
|
|
"numeric": "cpp",
|
|
"optional": "cpp",
|
|
"ostream": "cpp",
|
|
"queue": "cpp",
|
|
"random": "cpp",
|
|
"ratio": "cpp",
|
|
"regex": "cpp",
|
|
"set": "cpp",
|
|
"shared_mutex": "cpp",
|
|
"sstream": "cpp",
|
|
"stack": "cpp",
|
|
"stdexcept": "cpp",
|
|
"streambuf": "cpp",
|
|
"string_view": "cpp",
|
|
"strstream": "cpp",
|
|
"system_error": "cpp",
|
|
"thread": "cpp",
|
|
"tuple": "cpp",
|
|
"typeinfo": "cpp",
|
|
"unordered_map": "cpp",
|
|
"unordered_set": "cpp",
|
|
"utility": "cpp",
|
|
"valarray": "cpp",
|
|
"variant": "cpp",
|
|
"vector": "cpp",
|
|
"*.ipp": "cpp",
|
|
"*.inc": "cpp",
|
|
"__bits": "cpp",
|
|
"cfenv": "cpp",
|
|
"compare": "cpp",
|
|
"concepts": "cpp",
|
|
"scoped_allocator": "cpp",
|
|
"span": "cpp",
|
|
"typeindex": "cpp",
|
|
"filesystem": "cpp",
|
|
"*.idl": "cpp"
|
|
},
|
|
"git.ignoreLimitWarning": true
|
|
} |