mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +00:00
vkshaderspv: fix example
Use the correct element names. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4594>
This commit is contained in:
parent
ebcebe548d
commit
ad2d1ce393
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
*
|
||||
* ## Examples
|
||||
* ```
|
||||
* gst-launch-1.0 videotestsrc ! vulkanupload ! vulkanshader fragment-location="myshader.f.spv" ! vulkanimagesink
|
||||
* gst-launch-1.0 videotestsrc ! vulkanupload ! vulkanshaderspv fragment-location="myshader.f.spv" ! vulkansink
|
||||
* ```
|
||||
* The following is a simple Vulkan passthrough shader with the required inputs.
|
||||
* Compile it with `glslc --target-env=vulkan1.0 myshader.frag -o myshader.f.spv`.
|
||||
|
|
Loading…
Reference in a new issue