4jcraft/targets/platform/renderer/renderer.h

11 lines
348 B
C

#pragma once
#include "IPlatformRenderer.h"
// Defined in the linked renderer backend (currently
// platform/renderer/gl/GLRenderer.cpp). The legacy gl* macro shim used
// by older rendering call sites lives in
// platform/renderer/gl/gl_compat.h, which is brought in via
// platform/stubs.h on linux.
extern IPlatformRenderer& PlatformRenderer;