tree: 0dc94f9b5cb2c844c7ed1f59c88e9e47210c0984 [path history] [tgz]
  1. exported/
  2. external_rasterizer.cc
  3. external_rasterizer.h
  4. get_default_rasterizer_for_platform_lib.cc
  5. lib.gyp
  6. README.md
src/cobalt/renderer/rasterizer/lib/README.md

This directory provides an API for clients that build Cobalt into a lib using the ‘cobalt_enable_lib’ flag.

It is highly experimental at this point and is expected to change significantly across releases.

As a general convention, functions whose symbols are exported are defined in an ‘exported’ subdirectory and functions that are required to be implemented by clients are defined in a ‘imported’ subdirectory.