commit | a363cfa81c7b8434a39529d5aba416c598cb021a | [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 | 53d0e1120627bfa881ae33968539fb41e3340825 | |
parent | c0418f93ef3da5c89e3d89ba7d0125e85b0925d3 [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; } }