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)
commit8b0f4f799e0e6fd468c36bc5d70165ad2131fabc
treeb0ab8a746b19fbc995460e3123ed94869db28347
parentbb634aa31d777ae1597fc91ac33ad5a4815db6fd
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]