![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "Containers/ContainersFwd.h"#include "Logging/LogMacros.h"#include "OpenGLFunctions.h"#include "OpenGLPlatform.h"#include "PixelFormat.h"#include "RHIFeatureLevel.h"#include "RHIShaderPlatform.h"Go to the source code of this file.
Classes | |
| class | FOpenGLBase |
Macros | |
| #define | UGL_REQUIRED_VOID { UE_LOG(LogOpenGL,Fatal,TEXT("%s is not supported."), ANSI_TO_TCHAR(__FUNCTION__)); } |
| #define | UGL_REQUIRED(ReturnValue) { UE_LOG(LogOpenGL,Fatal,TEXT("%s is not supported."), ANSI_TO_TCHAR(__FUNCTION__)); return (ReturnValue); } |
| #define | UGL_OPTIONAL_VOID { } |
| #define | UGL_OPTIONAL(ReturnValue) { return (ReturnValue); } |
| #define | UGL_SUPPORTS_PIXELBUFFERS 1 |
| #define | UGL_SUPPORTS_UNIFORMBUFFERS 1 |
Typedefs | |
| typedef TArray< ANSICHAR > | FAnsiCharArray |
Functions | |
| OPENGLDRV_API | DECLARE_LOG_CATEGORY_EXTERN (LogOpenGL, Log, VeryVerbose) |
| #define UGL_OPTIONAL | ( | ReturnValue | ) | { return (ReturnValue); } |
| #define UGL_OPTIONAL_VOID { } |
| #define UGL_REQUIRED | ( | ReturnValue | ) | { UE_LOG(LogOpenGL,Fatal,TEXT("%s is not supported."), ANSI_TO_TCHAR(__FUNCTION__)); return (ReturnValue); } |
| #define UGL_REQUIRED_VOID { UE_LOG(LogOpenGL,Fatal,TEXT("%s is not supported."), ANSI_TO_TCHAR(__FUNCTION__)); } |
| #define UGL_SUPPORTS_PIXELBUFFERS 1 |
| #define UGL_SUPPORTS_UNIFORMBUFFERS 1 |
| OPENGLDRV_API DECLARE_LOG_CATEGORY_EXTERN | ( | LogOpenGL | , |
| Log | , | ||
| VeryVerbose | |||
| ) |
OpenGL Logging.