top | item 28741283

(no title)

joe91 | 4 years ago

While not being based on C DirectX actually has a C API, even for D3D12. For example to call device->CreateRootSignature(...) from C you call ID3D12Device_CreateRootSignature(device, ...).

discuss

order

pjmlp|4 years ago

Because COM can be called from C, yet no sane people do it, unless they are trying to make a point no matter what.