raysan5
fec0ce34c5
Remove trailing spaces
преди 4 години
raysan5
719c1551cc
Reviewed latest PR formatting and details
преди 4 години
warzes
9f2ff3e4d6
Support create OpenGL debug context in OpenGL 4.3 ( #2068 )
* - support create OpenGL debug context in OpenGL 4.3
* - additional events in debug message
- fixed glEnable(GL_DEBUG_OUTPUT)
* Reviewed OpenGL Debug Context
преди 4 години
raysan5
6ac3043e88
WARNING: REMOVED: glTF loading
Actually, it was broken and it that code has no maintainer.
преди 4 години
raysan5
2ec8ce649a
ADDED: `EncodeDataBase64()` and `DecodeDataBase64()`
преди 4 години
raysan5
1c9093fd24
Avoid `GRAPHICS_API_OPENGL_*` defines
Those defines are only used inside `rlgl` module
преди 4 години
raysan5
b28e353626
Reviewed `glDisableVertexAttribArray()` issue #2068
преди 4 години
raysan5
a3f9ba8704
Removed useless GL calls #2068
преди 4 години
Ray
ccf4329792
Review comments
преди 4 години
Uneven Prankster
a6fb2dafc6
Fix `rlLoadComputeShaderProgram` define ( #2067 )
Now uses correct version.
преди 4 години
raysan5
7a16834124
UPDATE: Officially support OpenGL 4.3
преди 4 години
raysan5
f437f7b405
Reviewed makefile and examples building
преди 4 години
raysan5
cf12992b6a
Remove trailing spaces
преди 4 години
Sage Hane
16d015d81e
build.zig: Use addCSourceFiles ( #2066 )
преди 4 години
warzes
d47d7c0001
Fixing the error of loading VOX models. ( #2065 )
* - Fixing the error of loading VOX models.
* - fixed spaces
преди 4 години
michaelfiber
c87e91d27a
Update SetupViewport so that it doesn't subtract offset from render dimensions when calling rlViewport ( #2064 )
Co-authored-by: Michael <michael@cubeofb.org>
преди 4 години
Ray
99f6707e2c
Support OpenGL 4.3
- Support Compute Shaders by rlgl API
- Support SSBO by rlgl API
преди 4 години
Ray
e36dc01b91
Support `GRAPHICS_API_OPENGL_43`
преди 4 години
Ray
8523d13683
Update rlgl.h
преди 4 години
Astie Teddy
dba29e4405
Compute shaders support ( #2061 )
* Add basic compute shader and ssbo support in rlgl.
* Add rlBindImageTexture (untested), now requires SUPPORT_COMPILE_SHADERS
* Delete glad.c
* Delete glad.h
* Delete khrplatform.h
* Revert to previous glad.h
* Remove "glad.c"
Co-authored-by: Ray <raysan5@gmail.com>
преди 4 години
Ray
0aefe256d0
REVIEWED: rlLoadDrawQuad() description #2058
преди 4 години
Ray
1b793e76dc
Reviewed memory usage
преди 4 години
Ray
84edd22612
Reviewed unsigned int issue (discussion #2054 )
преди 4 години
raysan5
2a6bd973bd
Review some comments
преди 4 години
Ray
9ac5a96408
Update rmodels.c
преди 4 години
Ray
8a5bc933de
Starting to review glTF loading -WIP-
преди 4 години
Ray
3e604a8645
Remove trailing spaces
преди 4 години
Ray
83b3478fe4
Reviewed some TODO
преди 4 години
raysan5
4390d3a122
Avoid raylib dependency
преди 4 години
raysan5
a77afd5c8f
Reviewed some MSVC warnings
преди 4 години
raysan5
32c9d411b2
REVIEWED LoadVOX() -WIP-
It seems vox loader is not working properly...
преди 4 години
raysan5
1350361f58
Reviewed formatting
преди 4 години
Horrowind
e545286369
Fix issue with empty cylinder ( #2050 )
* Add DrawCylinderEx and DrawCylinderWiresEx
* Modify examples/models/models_geometric_shapes.c to show the
usage of DrawCylinder(Wires)Ex
* Simplified DrawCylinder and DrawCylinderWires to use the -Ex versions.
* This reverts commits f49b2598dd and
4542b32e4e .
* Fixed formatting.
Renamed base_angle to baseAngle.
Remove most of the raymath.h calls.
* Added check for empty cylinder.
* Added check for empty cylinder.
* Fix bug.
Co-authored-by: Horrowind <you@example.com>
преди 4 години
raysan5
4e88160e78
Update raylib.h
преди 4 години
Ray
a1db0220a1
REVIEWED: LoadFontFromImage()
Avoid crash on wrong sprite font
преди 4 години
raysan5
f1659d78d3
Reviewed models examples paths
преди 4 години
raysan5
0b0711027a
Remove unimplemented function
преди 4 години
Horrowind
526e68afa8
Add DrawCylinder(Wires)Ex ( #2049 )
* Add DrawCylinderEx and DrawCylinderWiresEx
* Modify examples/models/models_geometric_shapes.c to show the
usage of DrawCylinder(Wires)Ex
* Simplified DrawCylinder and DrawCylinderWires to use the -Ex versions.
* This reverts commits f49b2598dd and
4542b32e4e .
* Fixed formatting.
Renamed base_angle to baseAngle.
Remove most of the raymath.h calls.
Co-authored-by: Horrowind <you@example.com>
преди 4 години
raysan5
599d6e810f
REVIEWED: models resources structure
преди 4 години
raysan5
4a1bd12e2d
REVIEWED: DrawCubeTextureRec() formatting
преди 4 години
Ray
282ec9bb76
Formatting tweak
преди 4 години
Ray
a91f61262e
Review RLAPI to avoid warnings
преди 4 години
Ray
f8719e7ec3
Reviewed latest PR formatting
преди 4 години
Arnaud Valensi
7c36f3f6b8
Fix dpi issues ( #1987 )
преди 4 години
Jeffery Myers
3d6d5558c9
Add CheckCollisionPointLine to the header, it appears to have been missed ( #2042 )
преди 4 години
Jeffery Myers
62554db48d
Add missing #endif to windows API defines ( #2038 )
преди 4 години
Ray
94650f0def
Simplified RLAPI preprocessor branching
преди 4 години
Jeffery Myers
33ed452439
Fix dll exports so that raylib builds in visual studio again. ( #2037 )
преди 4 години
raysan5
3e71232a04
WARNING: BREAKING: REMOVED: `GenImagePerlinNoise()`
raylib was using `stb_perlin.h` library to generate perlin noise, it seems that recently this library has been flagged as it could be infringing some algorythm patent. For security, it has been removed from raylib.
преди 4 години
raysan5
700d448d75
Updated external libraries
преди 4 години