cogl-pipeline: Add internal API to get the layer matrix
authorNeil Roberts <neil@linux.intel.com>
Mon, 6 Dec 2010 12:31:16 +0000 (12:31 +0000)
committerNeil Roberts <neil@linux.intel.com>
Mon, 13 Dec 2010 17:28:29 +0000 (17:28 +0000)
commit856d43a27cd4090467de08cd5738f10ec7e06ebd
tree979f47f99c67636989078c3550cee0b01da3d466
parent4514d49dda70b9b5a1833c7809dc4d22b1bcd3cd
cogl-pipeline: Add internal API to get the layer matrix

This returns the layer matrix given a pipeline and a layer index. The
API is kept as internal because it directly returns a pointer into the
layer private data to avoid a copy into an out-param. We might also
want to add a public function which does the copy.
clutter/cogl/cogl/cogl-pipeline-private.h
clutter/cogl/cogl/cogl-pipeline.c