diff options
Diffstat (limited to 'meta/3rd/Cocos4.0/library/cc/TextureCube.lua')
m--------- | meta/3rd/Cocos4.0 | 0 | ||||
-rw-r--r-- | meta/3rd/Cocos4.0/library/cc/TextureCube.lua | 39 |
2 files changed, 0 insertions, 39 deletions
diff --git a/meta/3rd/Cocos4.0 b/meta/3rd/Cocos4.0 new file mode 160000 +Subproject c0b2259e0d367561fd4563ae114b029b4dfe3a8 diff --git a/meta/3rd/Cocos4.0/library/cc/TextureCube.lua b/meta/3rd/Cocos4.0/library/cc/TextureCube.lua deleted file mode 100644 index b51d2a9c..00000000 --- a/meta/3rd/Cocos4.0/library/cc/TextureCube.lua +++ /dev/null @@ -1,39 +0,0 @@ ----@meta - ----@class cc.TextureCube :cc.Ref -local TextureCube={ } -cc.TextureCube=TextureCube - - - - ----* reload texture cube after GLESContext reconstructed. ----@return boolean -function TextureCube:reloadTexture () end ----* ----@return cc.backend.TextureBackend -function TextureCube:getBackendTexture () end ----* Sets the min filter, mag filter, wrap s and wrap t texture parameters.<br> ----* If the texture size is NPOT (non power of 2), then in can only use GL_CLAMP_TO_EDGE in GL_TEXTURE_WRAP_{S,T}. ----@param r cc.backend.SamplerDescripto ----@return self -function TextureCube:setTexParameters (r) end ----* create cube texture from 6 textures.<br> ----* param positive_x texture for the right side of the texture cube face.<br> ----* param negative_x texture for the up side of the texture cube face.<br> ----* param positive_y texture for the top side of the texture cube face<br> ----* param negative_y texture for the bottom side of the texture cube face<br> ----* param positive_z texture for the forward side of the texture cube face.<br> ----* param negative_z texture for the rear side of the texture cube face.<br> ----* return A new texture cube inited with given parameters. ----@param positive_x string ----@param negative_x string ----@param positive_y string ----@param negative_y string ----@param positive_z string ----@param negative_z string ----@return self -function TextureCube:create (positive_x,negative_x,positive_y,negative_y,positive_z,negative_z) end ----* Constructor. ----@return self -function TextureCube:TextureCube () end
\ No newline at end of file |