vkd3d-shader: Implement cast from bool to int for SM1.
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
7063 7063 return true; 7064 7064 7065 7065 case HLSL_TYPE_BOOL: 7066 hlsl_fixme(ctx, &instr->loc, "SM1 cast from bool to integer."); 7067 break; 7066 generate_vsir_instr_expr_single_instr_op(ctx, program, expr, VKD3DSIH_MOV, 0, 0, true); 7067 return true; added 1 commit
- 9d545e87 - vkd3d-shader: Implement cast from bool to int for SM1.
added 39 commits
-
9d545e87...1a6409cd - 38 commits from branch
wine:master
- 9f3bbab2 - vkd3d-shader/hlsl: Implement cast from bool to int for SM1.
-
9d545e87...1a6409cd - 38 commits from branch
Please register or sign in to reply