UraniumCompute 0.1.0
A GPU accelerated parallel task scheduler
UN::KernelDesc Struct Reference

Kernel descriptor. More...

#include <IKernel.h>

Public Member Functions

 KernelDesc (const char *name, IResourceBinding *pResourceBinding, const ArraySlice< const Byte > &bytecode)
 

Public Attributes

const char * Name = nullptr
 Kernel debug name.
 
IResourceBindingpResourceBinding = nullptr
 Resource binding object that binds resources for the kernel.
 
ArraySlice< const Byte > Bytecode
 Kernel program bytecode.
 

Detailed Description

Kernel descriptor.


The documentation for this struct was generated from the following file: