mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-16 23:02:40 +00:00
shader: Implement front face
This commit is contained in:
@@ -44,6 +44,9 @@ void GetAttribute(Info& info, IR::Attribute attribute) {
|
||||
case IR::Attribute::VertexId:
|
||||
info.loads_vertex_id = true;
|
||||
break;
|
||||
case IR::Attribute::FrontFace:
|
||||
info.loads_front_face = true;
|
||||
break;
|
||||
default:
|
||||
throw NotImplementedException("Get attribute {}", attribute);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user