0

Is there an equivalent GL_RGBA4 texture format for D3D11, I can't seem to find it. There is DXGI_FORMAT_B5G6R5_UNORM and DXGI_FORMAT_B5G5R5A1_UNORM 16 bit formats, but not the 4444 one.

Even D3D9 has all of them, so I don't understand why D3D11 would not...

Nicol Bolas
  • 378,677
  • 53
  • 635
  • 829
zezba9000
  • 3,081
  • 1
  • 24
  • 45

1 Answers1

0

Never mind i'm using the old D3D11 SDK and it is called "DXGI_FORMAT_B4G4R4A4_UNORM" in the Windows 8 SDK.

zezba9000
  • 3,081
  • 1
  • 24
  • 45