Maximum-sized LUT

  • usersaidhey
  • Topic Author
More
5 years 4 months ago - 5 years 4 months ago #1 by usersaidhey Maximum-sized LUT was created by usersaidhey
It is possible to use a 65536x256 LUT? Just for complete control of them colors you know. When I tried with a real 65536x256 texture after tweaking 'fLUT_TileSizeXY' and 'fLUT_TileAmount' properly, it said 'failed to create texture "V__texLUT"' in the log. :unsure:
Last edit: 5 years 4 months ago by usersaidhey.

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

  • amos_quito
More
5 years 4 months ago - 5 years 4 months ago #2 by amos_quito Replied by amos_quito on topic Maximum-sized LUT
Maybe the length of the texture is too long?
Last edit: 5 years 4 months ago by amos_quito.

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

  • crosire
More
5 years 4 months ago #3 by crosire Replied by crosire on topic Maximum-sized LUT
There is a limit to the size of a texture GPUs can process. 65536 is way too big. And not really sensible either, since there is little reason to make a LUT that big, when interpolation is usually enough to extract the necessary information.

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