NazaraEngine/include/Nazara/Shader
Jérôme Leclercq a037eef4c9 Shader: Remove ShaderNode::GetExpressionType (replaced by visitor) and minor stuff 2021-01-14 22:01:53 +01:00
..
Config.hpp Split shader generation to a new module 2020-08-11 00:00:36 +02:00
ConfigCheck.hpp Split shader generation to a new module 2020-08-11 00:00:36 +02:00
Debug.hpp Split shader generation to a new module 2020-08-11 00:00:36 +02:00
DebugOff.hpp Split shader generation to a new module 2020-08-11 00:00:36 +02:00
GlslWriter.hpp ShaderAst: Add NoOp node 2021-01-14 21:58:06 +01:00
GlslWriter.inl Fix redefinition of type 2020-08-27 20:12:54 +02:00
Shader.hpp Add module configurations 2020-09-17 20:10:39 +02:00
ShaderAst.hpp Commit current work 2021-01-02 21:15:59 +01:00
ShaderAst.inl Commit current work 2021-01-02 21:15:59 +01:00
ShaderAstCloner.hpp Shader: Add ShaderAstOptimizer 2021-01-14 22:01:05 +01:00
ShaderAstCloner.inl Split shader generation to a new module 2020-08-11 00:00:36 +02:00
ShaderAstOptimizer.hpp Shader: Add ShaderAstOptimizer 2021-01-14 22:01:05 +01:00
ShaderAstOptimizer.inl Shader: Add ShaderAstOptimizer 2021-01-14 22:01:05 +01:00
ShaderAstRecursiveVisitor.hpp ShaderAst: Add NoOp node 2021-01-14 21:58:06 +01:00
ShaderAstRecursiveVisitor.inl Split shader generation to a new module 2020-08-11 00:00:36 +02:00
ShaderAstSerializer.hpp ShaderAst: Add NoOp node 2021-01-14 21:58:06 +01:00
ShaderAstSerializer.inl Commit current work 2021-01-02 21:15:59 +01:00
ShaderAstUtils.hpp Shader: Remove ShaderNode::GetExpressionType (replaced by visitor) and minor stuff 2021-01-14 22:01:53 +01:00
ShaderAstUtils.inl Shader: Remove ShaderNode::GetExpressionType (replaced by visitor) and minor stuff 2021-01-14 22:01:53 +01:00
ShaderAstValidator.hpp Add conditional expression/statement support for shaders 2020-11-19 13:56:54 +01:00
ShaderAstValidator.inl Split shader generation to a new module 2020-08-11 00:00:36 +02:00
ShaderAstVisitor.hpp ShaderAst: Add NoOp node 2021-01-14 21:58:06 +01:00
ShaderAstVisitorExcept.hpp ShaderAst: Add NoOp node 2021-01-14 21:58:06 +01:00
ShaderBuilder.hpp Fix typo in enum 2021-01-14 21:56:55 +01:00
ShaderBuilder.inl Split shader generation to a new module 2020-08-11 00:00:36 +02:00
ShaderConstantValue.hpp Add SpirvConstantCache 2020-08-20 01:05:16 +02:00
ShaderEnums.hpp ShaderAst: Add NoOp node 2021-01-14 21:58:06 +01:00
ShaderExpressionType.hpp Shader: Add type functions 2020-09-22 21:50:07 +02:00
ShaderExpressionType.inl Remove Nz::String and Nz::StringStream 2020-09-25 19:31:01 +02:00
ShaderNodes.hpp Shader: Remove ShaderNode::GetExpressionType (replaced by visitor) and minor stuff 2021-01-14 22:01:53 +01:00
ShaderNodes.inl ShaderAst: Add NoOp node 2021-01-14 21:58:06 +01:00
ShaderVarVisitor.hpp Fix a lot of warnings and some errors 2020-09-26 11:44:09 +02:00
ShaderVarVisitorExcept.hpp Big SpirVWriter refactor 2020-08-23 18:32:28 +02:00
ShaderVariables.hpp Split shader generation to a new module 2020-08-11 00:00:36 +02:00
ShaderVariables.inl Split shader generation to a new module 2020-08-11 00:00:36 +02:00
ShaderWriter.hpp Commit current work 2021-01-02 21:15:59 +01:00
SpirvAstVisitor.hpp ShaderAst: Add NoOp node 2021-01-14 21:58:06 +01:00
SpirvAstVisitor.inl Shader: Add basic support for Branch node in spir-v 2021-01-04 10:27:08 +01:00
SpirvBlock.hpp Shader: Add basic support for Branch node in spir-v 2021-01-04 10:27:08 +01:00
SpirvBlock.inl Shader: Add basic support for Branch node in spir-v 2021-01-04 10:27:08 +01:00
SpirvConstantCache.hpp Shader/Spirv: Put types and constants in the same section 2020-08-21 22:51:11 +02:00
SpirvConstantCache.inl Add SpirvConstantCache 2020-08-20 01:05:16 +02:00
SpirvData.hpp Add Spir-V header/source generator 2020-08-17 23:59:08 +02:00
SpirvExpressionLoad.hpp Shader: Add basic support for Branch node in spir-v 2021-01-04 10:27:08 +01:00
SpirvExpressionLoad.inl Shader: Add basic support for Branch node in spir-v 2021-01-04 10:27:08 +01:00
SpirvExpressionStore.hpp Shader: Add basic support for Branch node in spir-v 2021-01-04 10:27:08 +01:00
SpirvExpressionStore.inl Shader: Add basic support for Branch node in spir-v 2021-01-04 10:27:08 +01:00
SpirvPrinter.hpp Some more fixes, hopefully GCC will stop shitting itself now 2020-08-27 23:22:13 +02:00
SpirvPrinter.inl Workaround some GCC bug 2020-08-27 22:58:44 +02:00
SpirvSection.hpp Shader: Add basic support for Branch node in spir-v 2021-01-04 10:27:08 +01:00
SpirvSection.inl Shader: Add basic support for Branch node in spir-v 2021-01-04 10:27:08 +01:00
SpirvWriter.hpp Shader: Add basic support for Branch node in spir-v 2021-01-04 10:27:08 +01:00
SpirvWriter.inl Commit current work 2021-01-02 21:15:59 +01:00