![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <RHIShaderParameters.h>
Public Member Functions | |
| bool | HasParameters () const |
| void | Reset () |
| void | UnsetSRV (uint32 Index) |
| void | UnsetUAV (uint32 Index) |
Public Attributes | |
| TArray< FRHIShaderParameterUnbind > | Unbinds |
Collection of parameters to unbind in the RHI. These unbinds aren't tied to any specific shader until SetBatchedShaderUnbinds is called.
|
inline |
|
inline |
| TArray<FRHIShaderParameterUnbind> FRHIBatchedShaderUnbinds::Unbinds |