GPU: Make ShaderInterface.debug_print const #108190

Merged
Jeroen Bakker merged 1 commits from Jeroen-Bakker/blender:gpu-make-debug-print-const into main 2023-05-23 15:55:53 +02:00

1 Commits

Author SHA1 Message Date
Jeroen Bakker b29959189f GPU: Make ShaderInterface.debug_print const.
Method didn't modified the ShaderInterface but wasn't usable when trying
to debug a const reference to the ShaderInterface. This PR just adds the
const to the method.
2023-05-23 15:52:55 +02:00