Skip to content

Commit

Permalink
Add Effect.Link
Browse files Browse the repository at this point in the history
  • Loading branch information
hyazinthh committed Jul 24, 2024
1 parent ac74b05 commit 73b486b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/Aardvark.Rendering/Effects/Interop/FShade.fs
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,10 @@ module FShadeInterop =
[<Extension; AbstractClass; Sealed>]
type RuntimeFShadeInteropExtensions() =

[<Extension; Obsolete("Use Effect.link from auto-open module FShadeInterop instead.")>]
[<Extension; Obsolete("Use Effect.link or Effect.Link() instead.")>]
static member AssembleModule (runtime: IRuntime, effect: Effect, signature: IFramebufferSignature, topology: IndexedGeometryMode) =
Effect.link signature topology false effect

[<Extension>]
static member Link (effect: Effect, signature: IFramebufferSignature, topology: IndexedGeometryMode) =
Effect.link signature topology false effect

0 comments on commit 73b486b

Please sign in to comment.