MySchoolEngine / GLEngine

The goal of this repository is to build rendering focused game engine. Feel free to join me and extend this project.
https://myschoolengine.github.io/GLEngine-Documentation/
Other
21 stars 1 forks source link

New texure API #173

Closed RohacekD closed 2 years ago

RohacekD commented 2 years ago

This API supports the delayed load of textures needed for better deserialization of the scene. It also fixes some small issues and gives the engine better control over memory allocation.

I hope this will help me to better implement Vulkan/DX12 API.

RohacekD commented 2 years ago

From this point I will try to stabilise this build.

RohacekD commented 2 years ago

The last thing for me is the skybox. Then I can merge this branch.