Not applied default bool uniform on DX9 ConfigMode

  • seri14
  • Topic Author
More
6 years 7 months ago #1 by seri14 Not applied default bool uniform on DX9 ConfigMode was created by seri14
An example:
uniform bool DOF_AUTOFOCUS <
	ui_tooltip = "...";
> = true;
If preset load this FX for the first time(means not saved value) on D3D9 when Performance Mode is disabled, the value is false.
If preset load this FX for the first time(means not saved value) on D3D9 when Performance Mode is enabled, the value is true.

Please Log in or Create an account to join the conversation.

  • seri14
  • Topic Author
More
6 years 7 months ago - 6 years 7 months ago #2 by seri14 Replied by seri14 on topic Not applied default bool uniform on DX9 ConfigMode
Created a pull request:
Fix that reset of boolean uniform is not supported #84
github.com/crosire/reshade/pull/84
Last edit: 6 years 7 months ago by seri14.

Please Log in or Create an account to join the conversation.