Skip to main content

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

Constructors

CUShader()

Methods

CUmodule getModule() const
CUfunction getFunction() const