mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 08:58:18 -05:00
Vulkan: update initialization
Co-authored-by: bylaws <bylaws@users.noreply.github.com>
This commit is contained in:
@ -12,7 +12,7 @@ void EmitJoin(EmitContext&) {
|
||||
|
||||
void EmitDemoteToHelperInvocation(EmitContext& ctx) {
|
||||
if (ctx.profile.support_demote_to_helper_invocation) {
|
||||
ctx.OpDemoteToHelperInvocationEXT();
|
||||
ctx.OpDemoteToHelperInvocation();
|
||||
} else {
|
||||
const Id kill_label{ctx.OpLabel()};
|
||||
const Id impossible_label{ctx.OpLabel()};
|
||||
|
Reference in New Issue
Block a user