2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src/video_core/shader
Lioncash 212b148923 shader/shader_ir: Simplify constructors for OperationNode
Many of these constructors don't even need to be templated. The only
ones that need to be templated are the ones that actually make use of
the parameter pack.

Even then, since std::vector accepts an initializer list, we can supply
the parameter pack directly to it instead of creating our own copy of
the list, then copying it again into the std::vector.
2019-05-19 08:23:14 -04:00
..
decode video_core/shader/decode/texture: Remove unused variable from GetTld4Code() 2019-05-09 18:49:56 -04:00
decode.cpp video_core: Silent -Wswitch warnings 2019-04-18 15:54:39 -03:00
shader_ir.cpp shader/shader_ir: Place implementations of constructor and destructor in cpp file 2019-05-19 04:02:02 -04:00
shader_ir.h shader/shader_ir: Simplify constructors for OperationNode 2019-05-19 08:23:14 -04:00
track.cpp shader/shader_ir: Mark tracking functions as const member functions 2019-05-19 08:23:09 -04:00