Ufo.GpuNode¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent_instance |
r |
Class Details¶
- class Ufo.GpuNode(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
Main object for organizing filters. The contents of the
Ufo.GpuNode
structure are private and should only be accessed via the provided API.- classmethod new(context, device)¶
- get_cmd_queue()¶
-
Get command queue associated with self.
- get_info(info)¶
- Parameters:
info (
Ufo.GpuNodeInfo
) – Information to be queried- Returns:
Information about info.
- Return type:
Return information about the associated OpenCL device.