RetroArch
Public Attributes | List of all members
vk_draw_triangles Struct Reference

#include <vulkan_common.h>

Collaboration diagram for vk_draw_triangles:
[legend]

Public Attributes

unsigned vertices
 
size_t uniform_size
 
const voiduniform
 
const struct vk_buffer_rangevbo
 
struct vk_texturetexture
 
VkPipeline pipeline
 
VkSampler sampler
 

Member Data Documentation

◆ pipeline

VkPipeline vk_draw_triangles::pipeline

◆ sampler

VkSampler vk_draw_triangles::sampler

◆ texture

struct vk_texture* vk_draw_triangles::texture

◆ uniform

const void* vk_draw_triangles::uniform

◆ uniform_size

size_t vk_draw_triangles::uniform_size

◆ vbo

const struct vk_buffer_range* vk_draw_triangles::vbo

◆ vertices

unsigned vk_draw_triangles::vertices

The documentation for this struct was generated from the following file: