cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

sprite
Journeyman III

No new-line char at end of fragment compile log

This is more of a minor annoyance than anything else, but if I output the log for each glsl shader compiled, with a newline afterwards, I get something like this:


Vertex shader was successfully compiled to run on hardware.

Hull shader was successfully compiled to run on hardware.

Domain shader was successfully compiled to run on hardware.

Geometry shader was successfully compiled to run on hardware.

Fragment shader was successfully compiled to run on hardware.
Vertex shader was successfully compiled to run on hardware.

Hull shader was successfully compiled to run on hardware.

// ...

The fragment shader log seems not to have a newline at the end, whereas all the others do. It would be nice if these were all consistent, so I could omit the newline of my own.

 

0 Likes
1 Reply
frali
Staff

It has been fixed. To be consistent with the spec, the hull shader is renamed as "Tessellation control shader", the domain shader is renamed as "Tessellation evaluation shader". Thanks for your feedback.

0 Likes