Skip to content

Commit b1ba1e1

Browse files
committed
Add link to shader constant ticket
1 parent 3280149 commit b1ba1e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/Compute/ShaderFunction.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public struct ShaderFunction: Identifiable {
108108
/// - name: The name of the shader function.
109109
/// - constants: An array of shader constants associated with this function. Defaults to an empty array.
110110
public init(library: ShaderLibrary, name: String, constants: [ShaderConstant] = []) {
111-
// TODO: Make shader constants part of name id
111+
// BUG: https://github.com/schwa/Compute/issues/17 Make shader constants part of name id
112112
self.id = Composite(library.id, name)
113113
self.library = library
114114
self.name = name

0 commit comments

Comments
 (0)