Searched refs:tex_colors (Results 1 - 1 of 1) sorted by relevance
/third_party/glfw/tests/ |
H A D | triangle-vulkan.c | 809 demo_prepare_texture_image(struct demo *demo, const uint32_t *tex_colors, in demo_prepare_texture_image() argument 884 row[x] = tex_colors[(x & 1) ^ (y & 1)]; in demo_prepare_texture_image() 908 const uint32_t tex_colors[DEMO_TEXTURE_COUNT][2] = { in demo_prepare_textures() local 922 demo, tex_colors[i], &demo->textures[i], VK_IMAGE_TILING_LINEAR, in demo_prepare_textures() 933 demo, tex_colors[i], &staging_texture, VK_IMAGE_TILING_LINEAR, in demo_prepare_textures() 939 demo, tex_colors[i], &demo->textures[i], in demo_prepare_textures()
|
Completed in 4 milliseconds