Skip to content

Make SMAA trace macros work also without UNICODE#35

Open
niligulmohar wants to merge 1 commit intoPeterTh:masterfrom
niligulmohar:trace-macro-build-fix
Open

Make SMAA trace macros work also without UNICODE#35
niligulmohar wants to merge 1 commit intoPeterTh:masterfrom
niligulmohar:trace-macro-build-fix

Conversation

@niligulmohar
Copy link
Contributor

The V and V_RETURN macros in SMAA.cpp call DXTrace whose implementation
and fourth argument type depends on wether UNICODE is defined during the
build. The macros as written assume that UNICODE is defined.

This change makes the macro work wether UNICODE is defined or not.

The V and V_RETURN macros in SMAA.cpp call DXTrace whose implementation
and fourth argument type depends on wether UNICODE is defined during the
build. The macros as written assume that UNICODE is defined.

This change makes the macro work wether UNICODE is defined or not.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant