Proyecto Final - Turinmachin
Recreación del minijuego de matemáticas de Brain-Age usando redes neuronales
|
#include "game/sdl/texture.h"
#include <SDL3/SDL_pixels.h>
#include <SDL3/SDL_render.h>
#include <SDL3/SDL_surface.h>
#include <cstddef>
#include <cstdint>
#include <cstring>
#include <stdexcept>
#include <string>
#include <vector>
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 > |