We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3280149 commit b1ba1e1Copy full SHA for b1ba1e1
1 file changed
Sources/Compute/ShaderFunction.swift
@@ -108,7 +108,7 @@ public struct ShaderFunction: Identifiable {
108
/// - name: The name of the shader function.
109
/// - constants: An array of shader constants associated with this function. Defaults to an empty array.
110
public init(library: ShaderLibrary, name: String, constants: [ShaderConstant] = []) {
111
- // TODO: Make shader constants part of name id
+ // BUG: https://github.com/schwa/Compute/issues/17 Make shader constants part of name id
112
self.id = Composite(library.id, name)
113
self.library = library
114
self.name = name
0 commit comments