draw_manager icon indicating copy to clipboard operation
draw_manager copied to clipboard

shaders wont compile correctly

Open blueflagss opened this issue 3 years ago • 1 comments

hello, i've implemented this into my project and tried compiling after including the shaders into my project. "blur.hlsli" failed to compile (code: X3525, message: cannot map loop to shader target, target does not support breaks)

any solutions?

blueflagss avatar Jun 30 '22 09:06 blueflagss

Did you set the proper shader model in the settings? They need to be shader model 3 and vs/ps should be set and for the blur shaders optimizations need to always be enabled. You can check the original solution for the proper hlsl settings

T0b1-iOS avatar Jun 30 '22 20:06 T0b1-iOS