mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-13 05:20:45 +00:00
Rename *Method to *Callback to be more explicit in the name
This commit is contained in:
@@ -774,8 +774,8 @@ void CaptureContext::ShowStatisticsViewer()
|
||||
|
||||
IShaderViewer *CaptureContext::EditShader(bool customShader, const QString &entryPoint,
|
||||
const QStringMap &files,
|
||||
IShaderViewer::SaveMethod saveCallback,
|
||||
IShaderViewer::CloseMethod closeCallback, QWidget *parent)
|
||||
IShaderViewer::SaveCallback saveCallback,
|
||||
IShaderViewer::CloseCallback closeCallback, QWidget *parent)
|
||||
{
|
||||
return ShaderViewer::EditShader(*this, customShader, entryPoint, files, saveCallback,
|
||||
closeCallback, parent);
|
||||
|
||||
Reference in New Issue
Block a user