lumberyard icon indicating copy to clipboard operation
lumberyard copied to clipboard

get_shader_list.py doesn't work when shader list size is bigger than 1MB

Open rustamserg opened this issue 5 years ago • 1 comments

Getting shader list is failed when its size is bigger than 1MB

Uncompressed shader cannot exceed 1MB. This limitation is added as guard into network protocol to ignore shaders which are bigger. But the same network protocol is used for getting shader list which easily can be bigger than 1MB. As result once shader list is grown enough it stops working via get_shader_list.py script.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

rustamserg avatar Nov 25 '19 20:11 rustamserg

Thanks for the change @rustamserg , I've forwarded the change to the owning team to consume this request.

AMZN-puvvadar avatar Nov 26 '19 21:11 AMZN-puvvadar