Skip to content

Commit

Permalink
added missing FragmentProgram.Update
Browse files Browse the repository at this point in the history
  • Loading branch information
krauthaufen committed Aug 4, 2022
1 parent 4be6e7c commit 67b1009
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 5.2.9-prerelease0002
- added missing FragmentProgram.Update

### 5.2.9-prerelease0001
- test release
- moved to Aardvark.Assembler
Expand Down
2 changes: 2 additions & 0 deletions src/Aardvark.Rendering.GL/Runtime/GeometryPool.fs
Original file line number Diff line number Diff line change
Expand Up @@ -1666,6 +1666,8 @@ type DrawPool(ctx : Context, alphaToCoverage : bool, bounds : bool, renderBounds
let f = program.InsertAfter(last, a)
last <- f

program.Update()

oldCalls |> List.iter (fun (_,beginMode,bufferBinding,_,indirect) ->
NativePtr.free beginMode; ctx.Delete bufferBinding
)
Expand Down

0 comments on commit 67b1009

Please sign in to comment.