1.glsl_type with image was not fully inited with HlslName field set, causing the crash
2.seems many types of op are not support by current hlslcc, cause error msg.
e.g. RWTexture2D.Load[Image Removed]
was no supported in target ps
1.compile the attachment hlsl file using hlslcc_exe, with
-ps -es31 -entry="PSMain" -o="ttest2.glsl"
2.hlslcc will crash on
// ir_rvalue* gen_image_op( const ast_expression *expr, ir_dereference *image, exec_list *instructions, struct _mesa_glsl_parse_state *state) { ... bool const bIsByteBuffer = !strcmp(image->type->HlslName, "ByteAddressBuffer"); bool const bIsRWByteBuffer = !strcmp(image->type->HlslName, "RWByteAddressBuffer"); ... }
I am not able to find world outliner how to enable it?
How can i modify the param name in EQS node
Lighting Turns Black in Play Mode
Bullet replication problem. The players sees each other but does not see the bullet
How to achieve HLSL Multiple Render Target in Material blueprints?
How does UMG set overlapping layouts?
How to convert the datasmith scene file to BluePrint. Create animations in BluePrint.
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-81620 in the post.
0 |
Component | UE - Graphics Features |
---|---|
Affects Versions | 4.23 |
Created | Oct 10, 2019 |
---|---|
Resolved | Aug 27, 2021 |
Updated | Aug 27, 2021 |