]> O.S.I.I.S - jp/vkvg.git/commit
base implementation of recording infrastructure
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Sat, 8 Jan 2022 15:27:27 +0000 (16:27 +0100)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Tue, 11 Jan 2022 15:41:18 +0000 (16:41 +0100)
commit0c57f9be08fb6c2f535edc16202f39ef61fd80ce
tree86a4ba1ddd4336aec4d4a4a2edff3ceb03fe90a1
parentc16ae47a9949ad80bdae0aff4707778dcaa09c53
base implementation of recording infrastructure
CMakeLists.txt
include/vkvg.h
src/recording/vkvg_record.c [new file with mode: 0644]
src/recording/vkvg_record_internal.c [new file with mode: 0644]
src/recording/vkvg_record_internal.h [new file with mode: 0644]
src/vkvg_context.c
src/vkvg_context_internal.h
tests/recording.c [new file with mode: 0644]