dexyfex / CodeWalker

https://www.gta5-mods.com/tools/codewalker-gtav-interactive-3d-map
471 stars 205 forks source link

Replace Dec3N vertex format with RGBA8 SNorm #262

Closed alexguirre closed 1 month ago

alexguirre commented 1 month ago

The game uses DXGI_FORMAT_R8G8B8A8_SNORM when building the D3D11 input-layout for what CW called Dec3N.

Updated XML import/export to correctly read these values.