7#ifndef PXR_IMAGING_HGI_GL_CAPABILITIES_H
8#define PXR_IMAGING_HGI_GL_CAPABILITIES_H
11#include "pxr/imaging/hgiGL/api.h"
12#include "pxr/imaging/hgi/capabilities.h"
14PXR_NAMESPACE_OPEN_SCOPE
33 int GetAPIVersion()
const override;
36 int GetShaderVersion()
const override;
39 void _LoadCapabilities();
48PXR_NAMESPACE_CLOSE_SCOPE
Reports the capabilities of the Hgi device.
Reports the capabilities of the HgiGL device.
OpenGL implementation of the Hydra Graphics Interface.