|
Kohi Game Engine
|
#include <vulkan_types.h>
Data Fields | |
| ktexture_type | type |
| ktexture * | texture_handles |
| An array of handles to texture resources. Element count matches array_size. More... | |
| vulkan_descriptor_state * | descriptor_states |
| A descriptor state per descriptor, which in turn handles frames. Count is managed in shader config. More... | |
| u8 | array_size |
| u8 array_size |
| vulkan_descriptor_state* descriptor_states |
A descriptor state per descriptor, which in turn handles frames. Count is managed in shader config.
| ktexture* texture_handles |
An array of handles to texture resources. Element count matches array_size.
| ktexture_type type |