X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2FTizen.NUI%2Fsrc%2Fpublic%2FTextureType.cs;h=e8e8b42bc25bd517ceff9e429db5f175ac7895ad;hb=fc16884c591d4161bce1d0fdc979fc25706feb54;hp=13b074d8a0fe64dc58d468fa37fa9bc87350fe7c;hpb=f278b216d1a1b4e206cdf3b84cac33c2869aeafc;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git diff --git a/src/Tizen.NUI/src/public/TextureType.cs b/src/Tizen.NUI/src/public/TextureType.cs index 13b074d..e8e8b42 100755 --- a/src/Tizen.NUI/src/public/TextureType.cs +++ b/src/Tizen.NUI/src/public/TextureType.cs @@ -1,18 +1,19 @@ -/** Copyright (c) 2017 Samsung Electronics Co., Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -* -*/ +/* + * Copyright(c) 2017 Samsung Electronics Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ namespace Tizen.NUI { @@ -22,7 +23,15 @@ namespace Tizen.NUI /// 3 public enum TextureType { + /// + /// One 2D image + /// + /// 3 TEXTURE_2D, + /// + /// Six 2D images arranged in a cube-shape + /// + /// 3 TEXTURE_CUBE }