Henri Verbeet a écrit :
On 1 March 2010 23:46, Christian Costa wrote:
Altough TRACE will not display anything if the traces are enabled, I would
have tested the channel before even entering
this code part.
shader_trace_init() is only called when traces are enabled.
Indeed. As th
On 1 March 2010 23:46, Christian Costa wrote:
> Altough TRACE will not display anything if the traces are enabled, I would
> have tested the channel before even entering
> this code part.
>
shader_trace_init() is only called when traces are enabled.
Henri Verbeet a écrit :
On 1 March 2010 09:39, Christian Costa wrote:
Still not quite right, I'm afraid. For example, the following doesn't work:
+while (i < size)
+{
+/* Find end of line */
+while (
On 1 March 2010 09:39, Christian Costa wrote:
>
Still not quite right, I'm afraid. For example, the following doesn't work:
> +while (i < size)
> +{
> +/* Find end of line */
> +while ((str[i] != 0) && (str[i]