axmol/tests/lua-tests/Content/src
halx99 c37af4c38e Improve shader managment
1. Rename uniformId to batchId, refine batch draw check logic, not use xxhash to compute uniforms id
2. Material works, not check all cpp-tests, but some 2d/3d material works fine
3. Shader load/cache API improvements.
4. BREAK compatibliity: Node::setProgramState change parameter needsRetain to ownPS and value inverted.
5. custom vertexLayout setup: add new API ProgramState::getMutableVertexLayout, mark ProgramState::setVertexAttrib deprecated.
6. ProgramManager registerCustomProgram change to gen progId by vsName, fsName
with xxhash64, if register succed, user can load it by progId with `loadProgram`
7. Add API ProgramManager::loadProgram for loading builtin by progType or
loding a custom program by id
8. Add API ProgramManager::loadProgram to load program by vsName, fsName
immediately without register as CUSTOM_PROGRAM
9. Add API Node::setProgramStateByProgramId(progTypeOrId); for set programState with
programType or programId explicit.
10. Migrate material load logic
2023-07-25 09:40:05 +08:00
..
AccelerometerTest Tidy project tree and full symlink support (#1072) 2023-02-23 21:57:30 +08:00
ActionManagerTest Tidy project tree and full symlink support (#1072) 2023-02-23 21:57:30 +08:00
ActionsEaseTest Tidy project tree and full symlink support (#1072) 2023-02-23 21:57:30 +08:00
ActionsProgressTest Tidy project tree and full symlink support (#1072) 2023-02-23 21:57:30 +08:00
ActionsTest Tidy project tree and full symlink support (#1072) 2023-02-23 21:57:30 +08:00
AssetsManagerExTest Tidy project tree and full symlink support (#1072) 2023-02-23 21:57:30 +08:00
AssetsManagerTest Tidy project tree and full symlink support (#1072) 2023-02-23 21:57:30 +08:00
BillBoardTest Tidy project tree and full symlink support (#1072) 2023-02-23 21:57:30 +08:00
BugsTest Tidy project tree and full symlink support (#1072) 2023-02-23 21:57:30 +08:00
Camera3DTest Improve shader managment 2023-07-25 09:40:05 +08:00
CaptureScreenTest Tidy project tree and full symlink support (#1072) 2023-02-23 21:57:30 +08:00
ClickAndMoveTest Tidy project tree and full symlink support (#1072) 2023-02-23 21:57:30 +08:00
ComponentTest Tidy project tree and full symlink support (#1072) 2023-02-23 21:57:30 +08:00
CurrentLanguageTest Tidy project tree and full symlink support (#1072) 2023-02-23 21:57:30 +08:00
DownloaderTest Tidy project tree and full symlink support (#1072) 2023-02-23 21:57:30 +08:00
DrawPrimitivesTest Tidy project tree and full symlink support (#1072) 2023-02-23 21:57:30 +08:00
EffectsAdvancedTest Tidy project tree and full symlink support (#1072) 2023-02-23 21:57:30 +08:00
EffectsTest Tidy project tree and full symlink support (#1072) 2023-02-23 21:57:30 +08:00
ExtensionTest Tidy project tree and full symlink support (#1072) 2023-02-23 21:57:30 +08:00
FastTiledMapTest Tidy project tree and full symlink support (#1072) 2023-02-23 21:57:30 +08:00
FileUtilsTest Tidy project tree and full symlink support (#1072) 2023-02-23 21:57:30 +08:00
FontTest Tidy project tree and full symlink support (#1072) 2023-02-23 21:57:30 +08:00
IntervalTest Tidy project tree and full symlink support (#1072) 2023-02-23 21:57:30 +08:00
KeypadTest Tidy project tree and full symlink support (#1072) 2023-02-23 21:57:30 +08:00
LabelTestNew Tidy project tree and full symlink support (#1072) 2023-02-23 21:57:30 +08:00
LayerTest Tidy project tree and full symlink support (#1072) 2023-02-23 21:57:30 +08:00
LightTest Tidy project tree and full symlink support (#1072) 2023-02-23 21:57:30 +08:00
LuaBridgeTest Tidy project tree and full symlink support (#1072) 2023-02-23 21:57:30 +08:00
LuaLoaderTest Tidy project tree and full symlink support (#1072) 2023-02-23 21:57:30 +08:00
MaterialSystemTest Tidy project tree and full symlink support (#1072) 2023-02-23 21:57:30 +08:00
MenuTest Tidy project tree and full symlink support (#1072) 2023-02-23 21:57:30 +08:00
MotionStreakTest Tidy project tree and full symlink support (#1072) 2023-02-23 21:57:30 +08:00
NavMeshTest Tidy project tree and full symlink support (#1072) 2023-02-23 21:57:30 +08:00
NewAudioEngineTest Tidy project tree and full symlink support (#1072) 2023-02-23 21:57:30 +08:00
NewEventDispatcherTest Tidy project tree and full symlink support (#1072) 2023-02-23 21:57:30 +08:00
NodeTest Tidy project tree and full symlink support (#1072) 2023-02-23 21:57:30 +08:00
OpenGLTest Tidy project tree and full symlink support (#1072) 2023-02-23 21:57:30 +08:00
ParallaxTest Tidy project tree and full symlink support (#1072) 2023-02-23 21:57:30 +08:00
Particle3DTest Tidy project tree and full symlink support (#1072) 2023-02-23 21:57:30 +08:00
ParticleTest Tidy project tree and full symlink support (#1072) 2023-02-23 21:57:30 +08:00
Physics3DTest Tidy project tree and full symlink support (#1072) 2023-02-23 21:57:30 +08:00
PhysicsTest Tidy project tree and full symlink support (#1072) 2023-02-23 21:57:30 +08:00
RenderTextureTest Tidy project tree and full symlink support (#1072) 2023-02-23 21:57:30 +08:00
RotateWorldTest Tidy project tree and full symlink support (#1072) 2023-02-23 21:57:30 +08:00
Scene3DTest Improve shader managment 2023-07-25 09:40:05 +08:00
SceneTest Tidy project tree and full symlink support (#1072) 2023-02-23 21:57:30 +08:00
SpineTest Tidy project tree and full symlink support (#1072) 2023-02-23 21:57:30 +08:00
Sprite3DTest Improve shader managment 2023-07-25 09:40:05 +08:00
SpritePolygonTest Tidy project tree and full symlink support (#1072) 2023-02-23 21:57:30 +08:00
SpriteTest Tidy project tree and full symlink support (#1072) 2023-02-23 21:57:30 +08:00
TerrainTest Tidy project tree and full symlink support (#1072) 2023-02-23 21:57:30 +08:00
TextInputTest Tidy project tree and full symlink support (#1072) 2023-02-23 21:57:30 +08:00
Texture2dTest Tidy project tree and full symlink support (#1072) 2023-02-23 21:57:30 +08:00
TileMapTest Tidy project tree and full symlink support (#1072) 2023-02-23 21:57:30 +08:00
TouchesTest Tidy project tree and full symlink support (#1072) 2023-02-23 21:57:30 +08:00
TransitionsTest Tidy project tree and full symlink support (#1072) 2023-02-23 21:57:30 +08:00
UserDefaultTest Tidy project tree and full symlink support (#1072) 2023-02-23 21:57:30 +08:00
VibrateTest Tidy project tree and full symlink support (#1072) 2023-02-23 21:57:30 +08:00
VideoPlayerTest Enable video player(VideoTexture) based on new MediaEngine for macOS and tvos (#1154) 2023-04-02 01:51:36 +08:00
WebViewTest Tidy project tree and full symlink support (#1072) 2023-02-23 21:57:30 +08:00
XMLHttpRequestTest Tidy project tree and full symlink support (#1072) 2023-02-23 21:57:30 +08:00
ZwoptexTest Tidy project tree and full symlink support (#1072) 2023-02-23 21:57:30 +08:00
VisibleRect.lua Tidy project tree and full symlink support (#1072) 2023-02-23 21:57:30 +08:00
controller.lua Media engine video texture (#1133) 2023-03-25 08:37:51 +08:00
helper.lua Tidy project tree and full symlink support (#1072) 2023-02-23 21:57:30 +08:00
mainMenu.lua Media engine video texture (#1133) 2023-03-25 08:37:51 +08:00
testResource.lua Tidy project tree and full symlink support (#1072) 2023-02-23 21:57:30 +08:00