Skip to content

Commit baf63c0

Browse files
authored
Update README.md
1 parent f0304bc commit baf63c0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ Also more examples are available on this [repo](https://github.com/flyingrub/ffg
1111
- Added context state validation in debug builds. This provides plugin developers hints on which context state they need to restore.
1212
- Removed default DllMain implementation so that plugins may implement it without changing the ffgl library.
1313
- File parameters now accept an initial value just like text parameters. (This requires Resolume 7.2 for it to be picked up)
14-
- Added support for grouping parameters together. Set a parameter's group with SetParamGroup, any cosecutive params with the same group will be listed under the same collapsable region (This requires Resolume 7.3 for it to be picked up)
15-
- Added support for top-left texture orientation. Hosts that are rendering with the top-left texture orientation currently need to flip both inputs and the output every frame. A plugin can now inform the host that it supports the top-left orientation by setting supportTopLeftTextureOrientation to true. If the host wants to use it then it'll inform the plugin, which can query if it should use top-left or bottom-left using the GetTextureOrientation function.
14+
- Added support for grouping parameters together. Set a parameter's group with SetParamGroup, any cosecutive params with the same group will be listed under the same collapsable region (This requires Resolume 7.3.0 for it to be picked up)
15+
- Added support for top-left texture orientation. Hosts that are rendering with the top-left texture orientation currently need to flip both inputs and the output every frame. A plugin can now inform the host that it supports the top-left orientation by setting supportTopLeftTextureOrientation to true. If the host wants to use it then it'll inform the plugin, which can query if it should use top-left or bottom-left using the GetTextureOrientation function. (This requires Resolume 7.3.1 for it to be picked up)
16+
- Added support for hooking into the host's logging system from the plugin, enabling plugin's log messages to be interleaved with the host's messages in the host's log file. (This requires Resolume 7.3.1 for it to be picked up)
1617

1718

1819
## Quickstart

0 commit comments

Comments
 (0)