Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
48b102c5
Commit
48b102c5
authored
Feb 09, 2020
by
Mark Thompson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/ffmpeg: Document device selection for Vulkan
parent
593106ff
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
ffmpeg.texi
doc/ffmpeg.texi
+14
-0
No files found.
doc/ffmpeg.texi
View file @
48b102c5
...
...
@@ -1029,6 +1029,20 @@ Choose the GPU device on the second platform supporting the @emph{cl_khr_fp16}
extension.
@end table
@item vulkan
If @var
{
device
}
is an integer, it selects the device by its index in a
system-dependent list of devices. If @var
{
device
}
is any other string, it
selects the first device with a name containing that string as a substring.
Examples:
@table @emph
@item -init
_
hw
_
device vulkan:1
Choose the second device on the system.
@item -init
_
hw
_
device vulkan:RADV
Choose the first device with a name containing the string @emph
{
RADV
}
.
@end table
@end table
@item -init
_
hw
_
device @var
{
type
}
[=@var
{
name
}
]@@@var
{
source
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment