Address PR feedback
Add TODO comment for GL_EXT_polygon_offset_clamp
This commit is contained in:
@ -53,10 +53,10 @@ namespace Ryujinx.Graphics.Shader.Instructions
|
||||
}
|
||||
else if (floatType == FPType.FP64)
|
||||
{
|
||||
// TODO.
|
||||
// TODO: Double floating-point type support.
|
||||
}
|
||||
|
||||
// TODO: Warn about invalid floating point type.
|
||||
context.Config.PrintLog($"Invalid floating point type: {floatType}.");
|
||||
|
||||
return ConstF(0);
|
||||
}
|
||||
|
Reference in New Issue
Block a user