mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
libs/vkd3d-shader: Translate some ALU instructions.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user