axmol/cocos/renderer/shaders
Arnold fe497933f8 3d support: some test cases works
* hack to make sprite3d test work

* support cull face

* support setting front face winding

* convert depth compare function type

* clean codes

* remove usage of glprogramstate

* pass needed information to Material::draw()

* add 3d textures

* enable animation

* 3D: compile on windows  (#179)

* exclude source files from extensions/

* enable assets and 3D

* run on windows

* update comments

* use std::vector instead of raw pointer void *

* compile on mac

* revert cmake

* fix bufferdata

* add todos

* remove dirty flag from uniform buffer

* argument type const &

* enable more tests

* update shader

* save: failed to compile

* pass compilation

* fix type convert

* save stage

* save stage 2

* remove VertexData & IndexBuffer & VertexBuffer

* comment out _meshCommand

* comment bindPredefinedVertexAttribs()

* fix xcode project file

* simple refactor

* remove unused files

* revert sprite3d testcase position

* revert change

* remove ProgramGL::bindPredefinedVertexAttribs()

* add header <string>

* fix uniform size
2019-01-30 09:35:17 +08:00
..
3D_color.frag 3d support: some test cases works 2019-01-30 09:35:17 +08:00
3D_colorNormal.frag 3d support: some test cases works 2019-01-30 09:35:17 +08:00
3D_colorNormalTexture.frag 3d support: some test cases works 2019-01-30 09:35:17 +08:00
3D_colorTexture.frag 3d support: some test cases works 2019-01-30 09:35:17 +08:00
3D_particle.frag 3d support: some test cases works 2019-01-30 09:35:17 +08:00
3D_particle.vert 3d support: some test cases works 2019-01-30 09:35:17 +08:00
3D_positionNormalTexture.vert 3d support: some test cases works 2019-01-30 09:35:17 +08:00
3D_positionTexture.vert 3d support: some test cases works 2019-01-30 09:35:17 +08:00
3D_skybox.frag 3d support: some test cases works 2019-01-30 09:35:17 +08:00
3D_skybox.vert 3d support: some test cases works 2019-01-30 09:35:17 +08:00
3D_terrain.frag 3d support: some test cases works 2019-01-30 09:35:17 +08:00
3D_terrain.vert 3d support: some test cases works 2019-01-30 09:35:17 +08:00
etc1.frag metal support for cocos2d-x (#19305) 2019-01-18 15:08:25 +08:00
etc1_Gray.frag metal support for cocos2d-x (#19305) 2019-01-18 15:08:25 +08:00
label_distanceFieldGlow.frag metal support for cocos2d-x (#19305) 2019-01-18 15:08:25 +08:00
label_distanceNormal.frag metal support for cocos2d-x (#19305) 2019-01-18 15:08:25 +08:00
label_normal.frag metal support for cocos2d-x (#19305) 2019-01-18 15:08:25 +08:00
label_outline.frag metal support for cocos2d-x (#19305) 2019-01-18 15:08:25 +08:00
layer_radialGradient.frag metal support for cocos2d-x (#19305) 2019-01-18 15:08:25 +08:00
position.vert metal support for cocos2d-x (#19305) 2019-01-18 15:08:25 +08:00
positionColor.frag metal support for cocos2d-x (#19305) 2019-01-18 15:08:25 +08:00
positionColor.vert metal support for cocos2d-x (#19305) 2019-01-18 15:08:25 +08:00
positionColorLengthTexture.frag metal support for cocos2d-x (#19305) 2019-01-18 15:08:25 +08:00
positionColorLengthTexture.vert metal support for cocos2d-x (#19305) 2019-01-18 15:08:25 +08:00
positionColorTextureAsPointsize.vert metal support for cocos2d-x (#19305) 2019-01-18 15:08:25 +08:00
positionTexture.frag metal support for cocos2d-x (#19305) 2019-01-18 15:08:25 +08:00
positionTexture.vert metal support for cocos2d-x (#19305) 2019-01-18 15:08:25 +08:00
positionTextureColor.frag metal support for cocos2d-x (#19305) 2019-01-18 15:08:25 +08:00
positionTextureColor.vert metal support for cocos2d-x (#19305) 2019-01-18 15:08:25 +08:00
positionTextureColorAlphaTest.frag metal support for cocos2d-x (#19305) 2019-01-18 15:08:25 +08:00
positionTextureUColor.frag metal support for cocos2d-x (#19305) 2019-01-18 15:08:25 +08:00
positionTextureUColor.vert metal support for cocos2d-x (#19305) 2019-01-18 15:08:25 +08:00
positionUColor.frag metal support for cocos2d-x (#19305) 2019-01-18 15:08:25 +08:00
positionUColor.vert metal support for cocos2d-x (#19305) 2019-01-18 15:08:25 +08:00
ui_Gray.frag update ui_Grag.frag (#19344) 2019-01-23 17:54:24 +08:00