Updated several files while porting examples to web
This commit is contained in:
parent
bab1b9c1c5
commit
b68e522ffc
9 changed files with 2110 additions and 2368 deletions
|
@ -60,7 +60,7 @@ int main(void)
|
|||
fontSDF.texture = LoadTextureFromImage(atlas);
|
||||
UnloadImage(atlas);
|
||||
|
||||
RL_FREE(fileData); // Free memory from loaded file
|
||||
UnloadFileData(fileData); // Free memory from loaded file
|
||||
|
||||
// Load SDF required shader (we use default vertex shader)
|
||||
Shader shader = LoadShader(0, TextFormat("resources/shaders/glsl%i/sdf.fs", GLSL_VERSION));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue