Skip to content

printf "%c" format specifier doesn't work in batch mode #1965

Open
@lgritz

Description

@lgritz
color C = 0.5;
printf("C = %c\n", C);

works in single point mode, not in batch mode. Changing to %g works for both.

Metadata

Metadata

Assignees

No one assigned

    Labels

    batch shadingSpecific to the SIMD batch shading back endbugCrash or wrong behavior of an existing feature.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions