axmol/core/renderer
Turky Mohammed 399dac7478
[PROPOSAL] Add wireframe rendering and function classification improvements. (#778)
* Add wireframe rendering and function classification improvements.

* Fix platform compilation.

* Update CommandBufferGL.cpp

GL_LINE and GL_FILL are no present in mobile devices, so the raw value has been used instead.

* Update CommandBufferGL.cpp

* Try fix IOS compilation

* Update CommandBufferMTL.h [skip ci]

* GLES & D3D11 wireframe

Added crude but okay wireframe mode for GLES and D3D11 devices.
2022-08-06 16:17:55 +08:00
..
backend [PROPOSAL] Add wireframe rendering and function classification improvements. (#778) 2022-08-06 16:17:55 +08:00
shaders Fix quad vertex shader compilation. 2022-07-19 08:20:13 +03:00
CCCallbackCommand.cpp Migrate engine namespace to `axis`(abbv: `ax`) (#743) 2022-07-11 17:50:21 +08:00
CCCallbackCommand.h Migrate macros 'CC_' to 'AX_' 2022-07-15 19:17:01 +08:00
CCColorizer.cpp Migrate engine namespace to `axis`(abbv: `ax`) (#743) 2022-07-11 17:50:21 +08:00
CCColorizer.h Migrate macros 'CC_' to 'AX_' 2022-07-15 19:17:01 +08:00
CCCustomCommand.cpp Migrate macros 'CC_' to 'AX_' 2022-07-15 19:17:01 +08:00
CCCustomCommand.h Migrate macros 'CC_' to 'AX_' 2022-07-15 19:17:01 +08:00
CCGroupCommand.cpp Migrate engine namespace to `axis`(abbv: `ax`) (#743) 2022-07-11 17:50:21 +08:00
CCGroupCommand.h Migrate macros 'CC_' to 'AX_' 2022-07-15 19:17:01 +08:00
CCMaterial.cpp [PROPOSAL] Add wireframe rendering and function classification improvements. (#778) 2022-08-06 16:17:55 +08:00
CCMaterial.h [PROPOSAL] Add wireframe rendering and function classification improvements. (#778) 2022-08-06 16:17:55 +08:00
CCMeshCommand.cpp Migrate macros 'CC_' to 'AX_' 2022-07-15 19:17:01 +08:00
CCMeshCommand.h Migrate macros 'CC_' to 'AX_' 2022-07-15 19:17:01 +08:00
CCPass.cpp Migrate more macors 2022-07-16 10:43:05 +08:00
CCPass.h Migrate macros 'CC_' to 'AX_' 2022-07-15 19:17:01 +08:00
CCPipelineDescriptor.h Migrate macros 'CC_' to 'AX_' 2022-07-15 19:17:01 +08:00
CCQuadCommand.cpp Improve c++11 for-loop performance with Universal References (#760) 2022-07-21 19:19:08 +08:00
CCQuadCommand.h Migrate macros 'CC_' to 'AX_' 2022-07-15 19:17:01 +08:00
CCRenderCommand.cpp Migrate engine namespace to `axis`(abbv: `ax`) (#743) 2022-07-11 17:50:21 +08:00
CCRenderCommand.h [PROPOSAL] Add wireframe rendering and function classification improvements. (#778) 2022-08-06 16:17:55 +08:00
CCRenderCommandPool.h Improve c++11 for-loop performance with Universal References (#760) 2022-07-21 19:19:08 +08:00
CCRenderState.cpp Migrate more macors 2022-07-16 10:43:05 +08:00
CCRenderState.h Migrate macros 'CC_' to 'AX_' 2022-07-15 19:17:01 +08:00
CCRenderer.cpp [PROPOSAL] Add wireframe rendering and function classification improvements. (#778) 2022-08-06 16:17:55 +08:00
CCRenderer.h Migrate macros 'CC_' to 'AX_' 2022-07-15 19:17:01 +08:00
CCTechnique.cpp Migrate macros 'CC_' to 'AX_' 2022-07-15 19:17:01 +08:00
CCTechnique.h Migrate macros 'CC_' to 'AX_' 2022-07-15 19:17:01 +08:00
CCTexture2D.cpp Migrate more macors 2022-07-16 10:43:05 +08:00
CCTexture2D.h Migrate macros 'CC_' to 'AX_' 2022-07-15 19:17:01 +08:00
CCTextureAtlas.cpp Migrate more macors 2022-07-16 10:43:05 +08:00
CCTextureAtlas.h Migrate macros 'CC_' to 'AX_' 2022-07-15 19:17:01 +08:00
CCTextureCache.cpp Improve c++11 for-loop performance with Universal References (#760) 2022-07-21 19:19:08 +08:00
CCTextureCache.h Migrate more macors 2022-07-16 10:43:05 +08:00
CCTextureCube.cpp Improve c++11 for-loop performance with Universal References (#760) 2022-07-21 19:19:08 +08:00
CCTextureCube.h Migrate macros 'CC_' to 'AX_' 2022-07-15 19:17:01 +08:00
CCTrianglesCommand.cpp Migrate more macors 2022-07-16 10:43:05 +08:00
CCTrianglesCommand.h Migrate macros 'CC_' to 'AX_' 2022-07-15 19:17:01 +08:00
CMakeLists.txt Separate renderer enums to their own file. 2022-07-04 19:52:17 +03:00
ccShaders.cpp Migrate engine namespace to `axis`(abbv: `ax`) (#743) 2022-07-11 17:50:21 +08:00
ccShaders.h Fix quad vertex shader compilation. 2022-07-19 08:20:13 +03:00