Making Renderer and related classes public
authorUmar <m.umar@partner.samsung.com>
Thu, 8 Jun 2017 17:31:07 +0000 (18:31 +0100)
committerUmar <m.umar@partner.samsung.com>
Thu, 8 Jun 2017 18:22:08 +0000 (19:22 +0100)
commitca566df647b1f2b39634b579891fda383e275258
tree1a9a6f97820f07d9e80692cc454f5aaf46606263
parente9a3d13bc5b9da4e948bfe6d4f791d75354b6054
Making Renderer and related classes public

Change-Id: I166212ca138810c412efdae00ae7ca328e7064b3
12 files changed:
src/Tizen.NUI/src/internal/Shader.cs [deleted file]
src/Tizen.NUI/src/public/FilterModeType.cs [moved from src/Tizen.NUI/src/internal/FilterModeType.cs with 94% similarity]
src/Tizen.NUI/src/public/Geometry.cs [moved from src/Tizen.NUI/src/internal/Geometry.cs with 88% similarity]
src/Tizen.NUI/src/public/PixelData.cs [moved from src/Tizen.NUI/src/internal/PixelData.cs with 98% similarity]
src/Tizen.NUI/src/public/PixelFormat.cs [moved from src/Tizen.NUI/src/internal/PixelFormat.cs with 98% similarity]
src/Tizen.NUI/src/public/PropertyBuffer.cs [moved from src/Tizen.NUI/src/internal/PropertyBuffer.cs with 83% similarity]
src/Tizen.NUI/src/public/Renderer.cs [moved from src/Tizen.NUI/src/internal/Renderer.cs with 83% similarity]
src/Tizen.NUI/src/public/Sampler.cs [moved from src/Tizen.NUI/src/internal/Sampler.cs with 86% similarity]
src/Tizen.NUI/src/public/Shader.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/Texture.cs [moved from src/Tizen.NUI/src/internal/Texture.cs with 86% similarity]
src/Tizen.NUI/src/public/TextureSet.cs [moved from src/Tizen.NUI/src/internal/TextureSet.cs with 87% similarity]
src/Tizen.NUI/src/public/TextureType.cs [moved from src/Tizen.NUI/src/internal/TextureType.cs with 93% similarity]