Fixup some include guards to match the filename

This commit is contained in:
Corentin Wallez
2018-02-02 11:37:02 -05:00
committed by Corentin Wallez
parent 92baafc7a0
commit 9e59b4ddf1
4 changed files with 12 additions and 12 deletions

View File

@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#ifndef BACKEND_OPENGL_BLENDSTATED3D12_H_
#define BACKEND_OPENGL_BLENDSTATED3D12_H_
#ifndef BACKEND_OPENGL_BLENDSTATEGL_H_
#define BACKEND_OPENGL_BLENDSTATEGL_H_
#include "backend/BlendState.h"
@@ -30,4 +30,4 @@ namespace backend { namespace opengl {
}} // namespace backend::opengl
#endif // BACKEND_OPENGL_BLENDSTATED3D12_H_
#endif // BACKEND_OPENGL_BLENDSTATEGL_H_

View File

@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#ifndef BACKEND_OPENGL_PERSISTENTPIPELINESTATE_H_
#define BACKEND_OPENGL_PERSISTENTPIPELINESTATE_H_
#ifndef BACKEND_OPENGL_PERSISTENTPIPELINESTATEGL_H_
#define BACKEND_OPENGL_PERSISTENTPIPELINESTATEGL_H_
#include "nxt/nxtcpp.h"
@@ -40,4 +40,4 @@ namespace backend { namespace opengl {
}} // namespace backend::opengl
#endif // BACKEND_OPENGL_PERSISTENTPIPELINESTATE_H_
#endif // BACKEND_OPENGL_PERSISTENTPIPELINESTATEGL_H_