master #73

Merged
sin365 merged 4 commits from Alienjack/AxibugEmuOnline_old:master into master 2024-12-27 14:33:11 +08:00
Showing only changes of commit 4bf783cd96 - Show all commits

View File

@ -54,7 +54,7 @@ namespace AxibugEmuOnline.Client
public void Render(Texture src, RenderTexture result)
{
m_material.SetTexture("_MainTex", src);
m_material.SetVector("_iResolution", new Vector4(result.width, result.height));
OnRenderer(m_material, src, result);
}