RetroArch
|
Public Attributes | |
vk_t * | vk |
struct vk_texture | texture |
struct vk_texture | texture_optimal |
const font_renderer_driver_t * | font_driver |
void * | font_data |
struct font_atlas * | atlas |
bool | needs_update |
struct vk_vertex * | pv |
struct vk_buffer_range | range |
unsigned | vertices |
struct font_atlas* vulkan_raster_t::atlas |
void* vulkan_raster_t::font_data |
const font_renderer_driver_t* vulkan_raster_t::font_driver |
bool vulkan_raster_t::needs_update |
struct vk_vertex* vulkan_raster_t::pv |
struct vk_buffer_range vulkan_raster_t::range |
struct vk_texture vulkan_raster_t::texture |
struct vk_texture vulkan_raster_t::texture_optimal |
unsigned vulkan_raster_t::vertices |
vk_t* vulkan_raster_t::vk |