| 1898 | #define DXGI_FORMAT_B8G8R8X8_UNORM 87 |
| 1899 | |
| 1900 | struct dxgi_params |
| 1901 | { |
| 1902 | unsigned int bitness; |
| 1903 | unsigned int bytes_per_component; |
| 1904 | unsigned int components; |
| 1905 | scanline_transfer copy_method; |
| 1906 | uint32_t dxgi_format_number; |
| 1907 | }; |
| 1908 | |
| 1909 | static const dxgi_params format_params[] { |
| 1910 | { 16, 4, 4, RGBA32F_TO_RGBA16F, DXGI_FORMAT_R32G32B32A32_FLOAT }, |
nothing calls this directly
no outgoing calls
no test coverage detected