Added docuemntation for shader utilities
This commit is contained in:
parent
1ae6fddb1f
commit
f306bf1042
7 changed files with 74 additions and 19 deletions
|
|
@ -27,7 +27,7 @@ This basically provides further granularity on Vulkan Fences, which is its means
|
|||
|
||||
It is important that submitting tasks asynchronously, does not mean that these will be executed in parallel. Parallel execution of operations will be covered in the following section.
|
||||
|
||||
Asynchronous operation submission can be achieved through the kp::Manager, or directly through the kp::Sequence. Below is an example using the Kompute manager.
|
||||
Asynchronous operation submission can be achieved through the :class:`kp::Manager`, or directly through the :class:`kp::Sequence`. Below is an example using the Kompute manager.
|
||||
|
||||
Conceptual Overview
|
||||
^^^^^^^^^^^^^^^^^^^^^
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue