mirror of https://github.com/AxioDL/metaforce.git
Vulkan API sync
This commit is contained in:
parent
a7cf3fafa8
commit
c26a288a8c
|
@ -162,7 +162,7 @@ struct VulkanLineDataBindingFactory : CLineRendererShaders::IDataBindingFactory
|
|||
|
||||
renderer.m_shaderBind = ctx.newShaderDataBinding(pipeline, nullptr, renderer.m_vertBuf,
|
||||
nullptr, nullptr, 1, uniforms,
|
||||
texCount, textures);
|
||||
nullptr, texCount, textures);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
@ -373,11 +373,11 @@ struct VulkanElementDataBindingFactory : CElementGenShaders::IDataBindingFactory
|
|||
if (regPipeline)
|
||||
gen.m_normalDataBind = ctx.newShaderDataBinding(regPipeline, nullptr, nullptr,
|
||||
gen.m_instBuf, nullptr, 1, uniforms,
|
||||
texCount, textures);
|
||||
nullptr, texCount, textures);
|
||||
if (redToAlphaPipeline)
|
||||
gen.m_redToAlphaDataBind = ctx.newShaderDataBinding(redToAlphaPipeline, nullptr, nullptr,
|
||||
gen.m_instBuf, nullptr, 1, uniforms,
|
||||
texCount, textures);
|
||||
nullptr, texCount, textures);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
2
hecl
2
hecl
|
@ -1 +1 @@
|
|||
Subproject commit 153be7f1d35f3b71b5649fa8f169ceda2357eb08
|
||||
Subproject commit 115b998e207dfaf095a987dbe0e21fb40e4f0e52
|
Loading…
Reference in New Issue