mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-01 03:39:18 -05:00
EXAMPLE: models_skybox works on OpenGL ES 2.0
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user