commit | 907a052add08e060edb5f63559e811b0b2064dc1 | [log] [tgz] |
---|---|---|
author | Tobin Ehlis <tobin@lunarg.com> | Tue Nov 25 16:59:27 2014 -0700 |
committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | Wed Nov 26 10:03:12 2014 -0700 |
tree | eea23039e1d22dad6aae82ed7be1ff079966afb8 | |
parent | a747e68e7da5a19229cc105938dd84fd93cb19ac [diff] [blame] |
layers: Updated layer names to be camelCase where name is contained in library file name as libXGLLayer<NAME>.so
diff --git a/layers/draw_state.c b/layers/draw_state.c index 4679850..b8d0fa1 100644 --- a/layers/draw_state.c +++ b/layers/draw_state.c
@@ -942,7 +942,7 @@ return XGL_ERROR_INVALID_POINTER; // This layer compatible with all GPUs *pOutLayerCount = 1; - strncpy(pOutLayers[0], "draw_state", maxStringSize); + strncpy(pOutLayers[0], "DrawState", maxStringSize); return XGL_SUCCESS; } }