da16cce7d9
Core Skia will always include our own SkiaVulkan.h which basically just includes vulkan_core.h. All platform vulkan specific stuff must be include by the client in their own vulkan.h file. Our public interface is set up that we only use vulkan objects that will be present in all versions of vulkan headers that the client could include. Bug: skia: Change-Id: I6673fd91498eabcc923d65d20f2b5e0a89b4ccf6 Reviewed-on: https://skia-review.googlesource.com/142985 Commit-Queue: Greg Daniel <egdaniel@google.com> Reviewed-by: Brian Salomon <bsalomon@google.com> |
||
---|---|---|
animations | ||
bench | ||
bin | ||
dm | ||
docker | ||
docs | ||
example | ||
experimental | ||
fuzz | ||
gm | ||
gn | ||
include | ||
infra | ||
modules | ||
platform_tools | ||
resources | ||
samplecode | ||
site | ||
src | ||
tests | ||
third_party | ||
tools | ||
.clang-format | ||
.gitignore | ||
.gn | ||
AUTHORS | ||
BUILD.gn | ||
codereview.settings | ||
CONTRIBUTING | ||
CQ_COMMITTERS | ||
DEPS | ||
Doxyfile | ||
LICENSE | ||
OWNERS | ||
PRESUBMIT.py | ||
public.bzl | ||
README | ||
README.chromium | ||
whitespace.txt |
Skia is a complete 2D graphic library for drawing Text, Geometries, and Images. See full details, and build instructions, at https://skia.org.