diff options
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/Asura/Graphics/Material.h | 34 | 
1 files changed, 17 insertions, 17 deletions
| diff --git a/Source/Asura/Graphics/Material.h b/Source/Asura/Graphics/Material.h index 2b74879..16411a0 100644 --- a/Source/Asura/Graphics/Material.h +++ b/Source/Asura/Graphics/Material.h @@ -95,6 +95,23 @@ namespace AsuraEngine              void SetVertexAttributes(); +        private: + +            /// +            /// +            /// +            Shader* mShader; + +            /// +            /// UniformsֵӳIDֵ +            /// +            Containers::Map<int, UniformsInfo> mUniforms; + +            /// +            /// ǷǹIJ +            /// +            bool mIsShared; +              //----------------------------------------------------------------------------------------------------              LUAX_DECL_FACTORY( Material ); @@ -123,23 +140,6 @@ namespace AsuraEngine              LUAX_DECL_METHOD( l_SetVertexAttributes ); -        private: - -            /// -            /// -            /// -            Shader* mShader; - -            /// -            /// UniformsֵӳIDֵ -            /// -            Containers::Map<int, UniformsInfo> mUniforms; - -            /// -            /// ǷǹIJ -            /// -            bool mIsShared; -          };      } | 
