-
```
[ 79%] Building CXX object
src/nvtt/tools/CMakeFiles/nv-gnome-thumbnailer.dir/thumbnailer.cpp.o
Linking CXX executable nv-gnome-thumbnailer
../bc6h/libbc6h.a(zohone.cpp.o): In function `ZOH::roug…
-
```
The DXGI.Format enumeration does not have values for the BC6 and BC7
formats introduced with DirectX11.
BC6_Typeless = DXGI_FORMAT_BC6H_TYPELESS,
BC6_UFloat16 = DXGI_FORMAT_BC6H_UF16,
BC6_SFloat1…
-
Hi -- thanks for the great project!
Can you confirm the inputs and outputs for the BC6H compressor? My investigations seem to suggest it takes signed FP16 inputs (ie 10 bit mantissa), and generates a…
-
```
The DXGI.Format enumeration does not have values for the BC6 and BC7
formats introduced with DirectX11.
BC6_Typeless = DXGI_FORMAT_BC6H_TYPELESS,
BC6_UFloat16 = DXGI_FORMAT_BC6H_UF16,
BC6_SFloat1…
-
```
The DXGI.Format enumeration does not have values for the BC6 and BC7
formats introduced with DirectX11.
BC6_Typeless = DXGI_FORMAT_BC6H_TYPELESS,
BC6_UFloat16 = DXGI_FORMAT_BC6H_UF16,
BC6_SFloat1…
-
```
The DXGI.Format enumeration does not have values for the BC6 and BC7
formats introduced with DirectX11.
BC6_Typeless = DXGI_FORMAT_BC6H_TYPELESS,
BC6_UFloat16 = DXGI_FORMAT_BC6H_UF16,
BC6_SFloat1…
-
```
The DXGI.Format enumeration does not have values for the BC6 and BC7
formats introduced with DirectX11.
BC6_Typeless = DXGI_FORMAT_BC6H_TYPELESS,
BC6_UFloat16 = DXGI_FORMAT_BC6H_UF16,
BC6_SFloat1…
-
```
[ 79%] Building CXX object
src/nvtt/tools/CMakeFiles/nv-gnome-thumbnailer.dir/thumbnailer.cpp.o
Linking CXX executable nv-gnome-thumbnailer
../bc6h/libbc6h.a(zohone.cpp.o): In function `ZOH::roug…
-
```
The DXGI.Format enumeration does not have values for the BC6 and BC7
formats introduced with DirectX11.
BC6_Typeless = DXGI_FORMAT_BC6H_TYPELESS,
BC6_UFloat16 = DXGI_FORMAT_BC6H_UF16,
BC6_SFloat1…
-
```
nvtt trunk does not compile in Linux (gcc-4.8, Linux Mint 16).
I'm attaching a patch that fixes the issue.
Patch comments for things that might not be obvious:
1. NV_FORCEINLINE needs to have a…