#include <LinuxOpenGL.h>
|
| static FORCEINLINE void | InitDebugContext () |
| |
| static FORCEINLINE void | LabelObject (GLenum Type, GLuint Object, const ANSICHAR *Name) |
| |
| static FORCEINLINE void | PushGroupMarker (const ANSICHAR *Name) |
| |
| static FORCEINLINE void | PopGroupMarker () |
| |
| static FORCEINLINE bool | TexStorage2D (GLenum Target, GLint Levels, GLint InternalFormat, GLsizei Width, GLsizei Height, GLenum Format, GLenum Type, ETextureCreateFlags Flags) |
| |
| static FORCEINLINE void | TexStorage3D (GLenum Target, GLint Levels, GLint InternalFormat, GLsizei Width, GLsizei Height, GLsizei Depth, GLenum Format, GLenum Type) |
| |
| static FORCEINLINE void | CopyImageSubData (GLuint SrcName, GLenum SrcTarget, GLint SrcLevel, GLint SrcX, GLint SrcY, GLint SrcZ, GLuint DstName, GLenum DstTarget, GLint DstLevel, GLint DstX, GLint DstY, GLint DstZ, GLsizei Width, GLsizei Height, GLsizei Depth) |
| |
| static void | ProcessExtensions (const FString &ExtensionsString) |
| |
◆ CopyImageSubData()
| static FORCEINLINE void FLinuxOpenGL::CopyImageSubData |
( |
GLuint |
SrcName, |
|
|
GLenum |
SrcTarget, |
|
|
GLint |
SrcLevel, |
|
|
GLint |
SrcX, |
|
|
GLint |
SrcY, |
|
|
GLint |
SrcZ, |
|
|
GLuint |
DstName, |
|
|
GLenum |
DstTarget, |
|
|
GLint |
DstLevel, |
|
|
GLint |
DstX, |
|
|
GLint |
DstY, |
|
|
GLint |
DstZ, |
|
|
GLsizei |
Width, |
|
|
GLsizei |
Height, |
|
|
GLsizei |
Depth |
|
) |
| |
|
inlinestatic |
◆ InitDebugContext()
◆ LabelObject()
◆ PopGroupMarker()
◆ ProcessExtensions()
| static void FLinuxOpenGL::ProcessExtensions |
( |
const FString & |
ExtensionsString | ) |
|
|
inlinestatic |
◆ PushGroupMarker()
◆ TexStorage2D()
◆ TexStorage3D()
The documentation for this struct was generated from the following file: