[SOLVED] R16 texture format

  • dustymonkey
  • Topic Author
More
9 years 4 months ago #1 by dustymonkey R16 texture format was created by dustymonkey
R16 texture format unparsed by ReShade

Relevant Docs:

// Available formats:
// R8, R16, R16F, R32F

Repro the bug:

...
texture foo {Width = BUFFER_WIDTH; Height = BUFFER_HEIGHT; Format = R16;};
...

relevant log output:

D:\ReShade 2.0.3f1\ReShade/Shaders/dustymonkey/PAINTERLY.fx(32, 68): error X3004: undeclared identifier 'R16'

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

  • crosire
More
9 years 4 months ago - 9 years 4 months ago #2 by crosire Replied by crosire on topic R16 texture format
Thanks for reporting! It was a mistake in the documentation, there is no R16 texture format.
Last edit: 9 years 4 months ago by crosire.

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

  • dustymonkey
  • Topic Author
More
9 years 4 months ago #3 by dustymonkey Replied by dustymonkey on topic R16 texture format
Thanks.

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