libs/vkd3d-shader: Translate some ALU instructions.

This commit is contained in:
Józef Kucia
2017-06-20 14:14:44 +02:00
parent 2c06f47432
commit 801b4159de
2 changed files with 71 additions and 0 deletions

View File

@@ -878,4 +878,6 @@ static inline unsigned int vkd3d_swizzle_get_component(DWORD swizzle,
return (swizzle >> (2 * idx)) & 0x3;
}
#define VKD3D_DXBC_MAX_SOURCE_COUNT 6
#endif /* __VKD3D_SHADER_PRIVATE_H */