tobspr/RenderPipeline

View on GitHub
rpplugins/vxgi/vxgi_stage.py

Summary

Maintainability
A
1 hr
Test Coverage

Function create has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def create(self):
        # Create a target for the specular GI
        # self.target_spec = self.create_target("SpecularGI")
        # self.target_spec.add_color_attachment(bits=16, alpha=True)
        # self.target_spec.prepare_buffer()
Severity: Minor
Found in rpplugins/vxgi/vxgi_stage.py - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status