-
Notifications
You must be signed in to change notification settings - Fork 0
Feature/plugin/shaders #49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
|
||
| struct ShaderModuleDesc | ||
| { | ||
| // ShaderSourceType type; |
Check notice
Code scanning / CodeQL
Commented-out code Note
Show autofix suggestion
Hide autofix suggestion
Copilot Autofix
AI 16 days ago
To fix the problem, simply remove the commented-out code on line 36: // ShaderSourceType type;. This will make the code cleaner, less confusing, and prevent the risk of misleading developers or creating unnecessary clutter. Only edit the affected region, leaving the remainder of the struct and file unchanged. No further changes, imports, methods, or definitions are necessary.
| @@ -33,7 +33,6 @@ | ||
|
|
||
| struct ShaderModuleDesc | ||
| { | ||
| // ShaderSourceType type; | ||
| ShaderID id; | ||
| std::string source; | ||
| ShaderStage stage; |
from application/engine to renderer plugin without hard coded shaders in renderer
0b8417c to
88dc66b
Compare
88dc66b to
fa43b80
Compare
7cf894b to
d57fa27
Compare
No description provided.