I have a couple of Cg shader source files that I want to be able to edit within QtCreator. Currently when I open them up they are not color highlighted. Since Cg is a subset of C, is there a way for...
Type: Posts; User: dattanchu; Keyword(s):
I have a couple of Cg shader source files that I want to be able to edit within QtCreator. Currently when I open them up they are not color highlighted. Since Cg is a subset of C, is there a way for...
I have created a Python module using Boost.Python. I want to debug this module using QtCreator. The module is simply a MyModule.so file.
In Python, I will do
import MyModule
a =...