godot/platform/iphone
Clay John 8a10bb7d0d
Use OpenGL 3.3 core profile instead of compatibility profile
- Rename OpenGL to GLES3 in the source code per community feedback.
  - The renderer is still exposed as "OpenGL 3" to the user.
- Hide renderer selection dropdown until OpenGL support is more mature.
  - The renderer can still be changed in the Project Settings or using
    the `--rendering-driver opengl` command line argument.
- Remove commented out exporter code.
- Remove some OpenGL/DisplayServer-related debugging prints.
2021-10-31 15:56:45 +01:00
..
api
export Use OpenGL 3.3 core profile instead of compatibility profile 2021-10-31 15:56:45 +01:00
app_delegate.h Use OpenGL 3.3 core profile instead of compatibility profile 2021-10-31 15:56:45 +01:00
app_delegate.mm Implement get_cache_path() for iOS, and improve it for Android and Windows 2021-10-09 11:13:26 +02:00
detect.py SCons: Set DEBUG_ENABLED and DEV_ENABLED in SConstruct 2021-10-15 10:26:58 +02:00
device_metrics.h
device_metrics.m
display_layer.h
display_layer.mm Use OpenGL 3.3 core profile instead of compatibility profile 2021-10-31 15:56:45 +01:00
display_server_iphone.h
display_server_iphone.mm Use OpenGL 3.3 core profile instead of compatibility profile 2021-10-31 15:56:45 +01:00
godot_app_delegate.h
godot_app_delegate.m
godot_iphone.mm Implement get_cache_path() for iOS, and improve it for Android and Windows 2021-10-09 11:13:26 +02:00
godot_view_gesture_recognizer.h
godot_view_gesture_recognizer.mm
godot_view_renderer.h
godot_view_renderer.mm
godot_view.h
godot_view.mm
ios.h
ios.mm
joypad_iphone.h
joypad_iphone.mm
keyboard_input_view.h
keyboard_input_view.mm
logo.png
main.m
os_iphone.h Implement get_cache_path() for iOS, and improve it for Android and Windows 2021-10-09 11:13:26 +02:00
os_iphone.mm Implement get_cache_path() for iOS, and improve it for Android and Windows 2021-10-09 11:13:26 +02:00
platform_config.h Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3 2021-10-30 02:05:49 +02:00
SCsub
view_controller.h
view_controller.mm
vulkan_context_iphone.h
vulkan_context_iphone.mm