(mut self, ef: ExceptionFlags)
| 336 | } |
| 337 | |
| 338 | pub fn exception_flags(mut self, ef: ExceptionFlags) -> Self { |
| 339 | self.exception_flags = ef; |
| 340 | self |
| 341 | } |
| 342 | |
| 343 | pub fn pipeline_launch_params_variable_name(mut self, name: &str) -> Self { |
| 344 | self.pipeline_launch_params_variable_name = Some( |