|
nux-0.9.46
|
Go to the source code of this file.
Namespaces | |
| namespace | nux |
Defines | |
| #define | NUX_FINDRESOURCELOCATION(a) GNuxGraphicsResources.FindResourceLocation(a, false)() |
| #define | NUX_FIND_RESOURCE_LOCATION_NOFAIL(a) GNuxGraphicsResources.FindResourceLocation(a, true)() |
Functions | |
| GraphicsDisplay * | nux::GetThreadGLWindow () |
| GraphicsDisplay * | nux::GetDisplayDevice () |
| GpuDevice * | nux::GetThreadGLDeviceFactory () |
| GpuDevice * | nux::GetGpuDevice () |
| GraphicsEngine * | nux::GetThreadGraphicsContext () |
| nux::inlDeclareThreadLocalStorage (GraphicsDisplay *, 1, _TLS_GraphicsDisplay) | |
| nux::inlDeclareThreadLocalStorage (GpuDevice *, 2, _TLS_GpuDevice_) | |
| void | nux::NuxGraphicsInitialize () |
| #define NUX_FIND_RESOURCE_LOCATION_NOFAIL | ( | a | ) | GNuxGraphicsResources.FindResourceLocation(a, true)() |
| #define NUX_FINDRESOURCELOCATION | ( | a | ) | GNuxGraphicsResources.FindResourceLocation(a, false)() |