EXAMPLE: models_skybox works on OpenGL ES 2.0

This commit is contained in:
raysan5 2020-09-18 20:47:39 +02:00
parent 79d63e6ca1
commit b5d50ee51a
6 changed files with 22 additions and 58 deletions

View file

@ -1,12 +1,4 @@
/*******************************************************************************************
*
* rPBR [shader] - Equirectangular to cubemap vertex shader
*
* Copyright (c) 2017 Victor Fisac
*
**********************************************************************************************/
#version 330
#version 100
// Input vertex attributes
attribute vec3 vertexPosition;