MCPcopy Create free account
hub / github.com/ARM-software/astc-encoder / dxgi_params

Class dxgi_params

Source/astcenccli_image_load_store.cpp:1900–1907  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected