rendering: remove builtin integration pass hints
This commit is contained in:
@@ -223,7 +223,6 @@ Material* CreateUnlitMaterial(Texture* texture) {
|
||||
params.guid = ResourceGUID::Generate(params.path);
|
||||
material->Initialize(params);
|
||||
material->SetShader(ResourceManager::Get().Load<Shader>(GetBuiltinUnlitShaderPath()));
|
||||
material->SetShaderPass("Unlit");
|
||||
material->SetTexture("_MainTex", ResourceHandle<Texture>(texture));
|
||||
return material;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user