yin / yngine

Automatically exported from code.google.com/p/yngine
0 stars 0 forks source link

Add error handling in ShaderProgramBuilder #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Shader building system should stop the building process, rollback all changes 
and report error, if an problem in the process raises. Instead, the build goes 
on mindlessly only reporting the problems in logs.

Labels: Shaders

Original issue reported on code.google.com by yinotaurus on 30 Nov 2010 at 3:05

GoogleCodeExporter commented 8 years ago

Original comment by yinotaurus on 8 Dec 2010 at 12:38

GoogleCodeExporter commented 8 years ago
This has been partially addressed, the underlaying code is ready and things 
like this and build on the new shader model ideas.

Original comment by yinotaurus on 13 Feb 2011 at 9:58

GoogleCodeExporter commented 8 years ago
New shader system uses the old ShaderProgramBuilder and there is no problem in 
an fallback to FFP. I choose to make this low priority.

Original comment by yinotaurus on 19 Feb 2011 at 3:34