Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/IRHICommandContext
| Type | Name | Description | |
|---|---|---|---|
| void | RHISetShaderParameters
(
FRHIGraphicsShader* Shader, |
||
| void | RHISetShaderParameters
(
FRHIComputeShader* ComputeShader, |
Inherit the parent context's RHISet functions that take FRHIComputeShader arguments Required to avoid warning C4263 : 'function' : member function does not override any base class virtual member function |