added initial main program and directshow files, finally have a UI functioning

This commit is contained in:
jp9000
2013-11-07 16:45:03 -07:00
parent 37c7db5dbe
commit f5e41f441e
36 changed files with 7429 additions and 233 deletions

View File

@@ -158,7 +158,7 @@ void gs_device::InitDevice(gs_init_data *data, IDXGIAdapter *adapter)
uint32_t createFlags = D3D11_CREATE_DEVICE_BGRA_SUPPORT;
#ifdef _DEBUG
createFlags |= D3D11_CREATE_DEVICE_DEBUG;
//createFlags |= D3D11_CREATE_DEVICE_DEBUG;
#endif
adapterName = (adapter->GetDesc(&desc) == S_OK) ? desc.Description :