This website requires JavaScript.
Explore
Help
Register
Sign In
TeamHepta
/
SDL
Watch
1
Star
0
Fork
0
You've already forked SDL
mirror of
https://github.com/libsdl-org/SDL.git
synced
2026-05-01 22:02:08 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b0325041620e2830a7f311641aee56703a189694
SDL
/
src
/
render
/
metal
History
Sylvain Becker
b032504162
Fix unused variable warning on METAL (see bug
#5430
)
2021-01-05 12:36:34 +01:00
..
build-metal-shaders.sh
Fixed bug 5213 - Add support to metal in iOS/tvOS simulator
2020-12-09 07:23:47 -08:00
SDL_render_metal.m
Fix unused variable warning on METAL (see bug
#5430
)
2021-01-05 12:36:34 +01:00
SDL_shaders_metal_ios.h
Fixed bug 5213 - Add support to metal in iOS/tvOS simulator
2020-12-09 07:23:47 -08:00
SDL_shaders_metal_iphonesimulator.h
Fixed bug 5213 - Add support to metal in iOS/tvOS simulator
2020-12-09 07:23:47 -08:00
SDL_shaders_metal_osx.h
Fixed bug 5213 - Add support to metal in iOS/tvOS simulator
2020-12-09 07:23:47 -08:00
SDL_shaders_metal_tvos.h
Fixed bug 5213 - Add support to metal in iOS/tvOS simulator
2020-12-09 07:23:47 -08:00
SDL_shaders_metal_tvsimulator.h
Fixed bug 5213 - Add support to metal in iOS/tvOS simulator
2020-12-09 07:23:47 -08:00
SDL_shaders_metal.metal
metal renderer: use vertex attributes instead of indexing into a buffer with the vertex id in the shader. Allows for more flexibility with vertex setup in the future.
2019-08-17 16:53:08 -03:00