Bill Currie
|
0f81432090
|
[model] Load bsp textures into vulkan
The textures for an entire model are loaded into a single memory object
with shared between multiple images.
|
2021-01-20 00:37:37 +09:00 |
|
Bill Currie
|
e50430e00c
|
[image] Add parameter to load only the header
I want to be able to calculate texture sizes without actually loading
the images.
|
2021-01-19 10:15:57 +09:00 |
|
Bill Currie
|
23284536b5
|
Move IQM freeing into common code.
|
2012-05-16 18:09:44 +09:00 |
|
Bill Currie
|
111377f1be
|
Use buffer objects for iqm vertex arrays and elements.
|
2012-05-15 21:08:47 +09:00 |
|
Bill Currie
|
5740dba467
|
Mark iqm models as need-load when clearing.
This fixes the segfault on map change.
|
2012-05-15 21:08:47 +09:00 |
|
Bill Currie
|
1375c3cf03
|
Finally, load textures for iqm :)
|
2012-05-15 21:08:47 +09:00 |
|
Bill Currie
|
26a878da48
|
Stub out the iqm loader.
|
2012-05-15 21:08:43 +09:00 |
|