CUShader
The CUShader class extends the Shader class to specialize in managing shaders for CUDA. It provides methods to retrieve the underlying CUDA module and function, enabling integration with CUDA.
#include <platform/TellusimShader.h>
Inheritance
- Inherits from Shader
Constructors
CUShader()
Methods
CUmodule getModule() const
CUfunction getFunction() const