Skip to content

Commit be08673

Browse files
Marked Consumer Process Funcs as Override (#1370)
Should make sure that generation of derived class functions declarations can never drift from base class versions leading to base class stubs being silently called. Note we should drop the virtual since it is redundant but doing that is another story and will be told another day. Handy dandy style guideline about it: https://bit.ly/3R0UAo4
1 parent a57d814 commit be08673

File tree

2 files changed

+484
-484
lines changed

2 files changed

+484
-484
lines changed

framework/generated/dx12_generators/dx12_replay_consumer_header_generator.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ def write_include(self):
6060
write(code, file=self.outFile)
6161

6262
def get_consumer_function_body(self, class_name, method_info, return_type):
63-
return ';'
63+
return ' override;'

0 commit comments

Comments
 (0)