Proyecto Final - Turinmachin
Recreación del minijuego de matemáticas de Brain-Age usando redes neuronales
Loading...
Searching...
No Matches
texture.h File Reference
#include <SDL3/SDL_render.h>
#include <cstddef>
#include <cstdint>
#include <vector>
Include dependency graph for texture.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  game
namespace  game::sdl

Functions

auto game::sdl::extract_pixel_data (SDL_Renderer *renderer, SDL_Texture *texture, std::size_t width, std::size_t height, std::size_t bytes_per_pixel) -> std::vector< std::uint8_t >