Glur icon indicating copy to clipboard operation
Glur copied to clipboard

Compiler warning fix

Open drewolbrich opened this issue 2 months ago • 0 comments

Thank you for creating Glur and sharing it! It's awesome. I'm using it in a special relativity explainer app I'm writing for Apple Vision Pro.

This PR fixes a harmless compiler warning that appears in blur.metal when the Glur is added to a project as a Swift Package Manager dependency.

This is how the compiler warnings appears in Xcode 15.4 beta: uninitialized-variable

This PR also fixes an unrelated compiler warning in CompatibilityModifier.swift which is less important and does not show up when an including project is built.

Please let me know if you have any questions. Thanks for considering this PR.

drewolbrich avatar May 02 '24 00:05 drewolbrich