Loading...
Searching...
No Matches
info.h
Go to the documentation of this file.
1//
2// Copyright 2016 Pixar
3//
4// Licensed under the terms set forth in the LICENSE.txt file available at
5// https://openusd.org/license.
6//
7#ifndef PXR_IMAGING_GLF_INFO_H
8#define PXR_IMAGING_GLF_INFO_H
9
11
12#include "pxr/pxr.h"
13#include "pxr/imaging/glf/api.h"
14#include <string>
15
16PXR_NAMESPACE_OPEN_SCOPE
17
18
23GLF_API
24bool GlfHasExtensions(std::string const & extensions);
25
26PXR_NAMESPACE_CLOSE_SCOPE
27
28#endif
GLF_API bool GlfHasExtensions(std::string const &extensions)
Tests for GL extension support.