diff options
| author | ReinUsesLisp <reinuseslisp@airmail.cc> | 2021-01-25 02:48:03 -0300 |
|---|---|---|
| committer | ReinUsesLisp <reinuseslisp@airmail.cc> | 2021-01-25 02:48:03 -0300 |
| commit | 34c3ec2f8c69159fd61b42091ee3157c6e77fa30 (patch) | |
| tree | b21727e82403573764151ced5faa89caf894594e /src/video_core/shader/node.h | |
| parent | 45e117b0436f97b926031ef19820573a4768913d (diff) | |
Revert "Start of Integer flags implementation"
This reverts #4713. The implementation in that PR is not accurate.
It does not reflect the behavior seen in hardware.
Diffstat (limited to 'src/video_core/shader/node.h')
| -rw-r--r-- | src/video_core/shader/node.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/video_core/shader/node.h b/src/video_core/shader/node.h index c9840b75e..b54d33763 100644 --- a/src/video_core/shader/node.h +++ b/src/video_core/shader/node.h @@ -465,14 +465,6 @@ public: return operands.size(); } - NodeBlock& GetOperands() { - return operands; - } - - const NodeBlock& GetOperands() const { - return operands; - } - [[nodiscard]] const Node& operator[](std::size_t operand_index) const { return operands.at(operand_index); } |
