]> O.S.I.I.S - jp/vkvg.git/commit
clear new surface with first renderpass
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Wed, 1 May 2019 15:57:01 +0000 (17:57 +0200)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Wed, 1 May 2019 15:57:01 +0000 (17:57 +0200)
commit4299868a13a872f70a3b120665d53fe2fe21f1ab
tree7868b848d801fcc96ae16ef9f062b0e873052f3f
parent38bf7ec110f3c953fbac6b254f6d0ff41b79cba6
clear new surface with first renderpass
14 files changed:
include/vkvg.h
src/cross_os.c [new file with mode: 0644]
src/cross_os.h [new file with mode: 0644]
src/vkvg_context.c
src/vkvg_context_internal.c
src/vkvg_device.c
src/vkvg_device_internal.c
src/vkvg_device_internal.h
src/vkvg_surface.c
src/vkvg_surface_internal.h
template.c [new file with mode: 0644]
tests/common/test.c
tests/common/test.h
tests/painting.c