Navigation
API > API/Runtime > API/Runtime/RHI
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const TCHAR * RHIVendorIdToString () |
Helper to convert GRHIVendorId into a printable string, or "Unknown" if unknown. | RHIStrings.h | |
const TCHAR * RHIVendorIdToString
(
EGpuVendorId VendorId |
Helper to convert VendorId into a printable string, or "Unknown" if unknown. | RHIStrings.h |
RHIVendorIdToString()
Description
Helper to convert GRHIVendorId into a printable string, or "Unknown" if unknown.
| Name | RHIVendorIdToString |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/RHIStrings.h |
| Include Path | #include "RHIStrings.h" |
| Source | /Engine/Source/Runtime/RHI/Private/RHIStrings.cpp |
const TCHAR * RHIVendorIdToString()
RHIVendorIdToString(EGpuVendorId)
Description
Helper to convert VendorId into a printable string, or "Unknown" if unknown.
| Name | RHIVendorIdToString |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/RHIStrings.h |
| Include Path | #include "RHIStrings.h" |
| Source | /Engine/Source/Runtime/RHI/Private/RHIStrings.cpp |
const TCHAR * RHIVendorIdToString
(
EGpuVendorId VendorId
)