DirectX programming in C?

后端 未结 5 884
鱼传尺愫
鱼传尺愫 2021-01-02 09:09

In the past I have created DirectX applications in the C++ programming language, however, I would like to know if it is possible to do this using the C programming language.

5条回答
  •  梦毁少年i
    2021-01-02 09:48

    Yes it is possible. DirectX exposes a COM interface and C is capable of consuming them. It won't be a whole boat load of fun though!

提交回复
热议问题