afegida carpeta "external" al source i moguts ahi els .cpp que no son meus
This commit is contained in:
11
source/external/jail_shader.h
vendored
Normal file
11
source/external/jail_shader.h
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include <SDL3/SDL_render.h> // Para SDL_Texture
|
||||
#include <SDL3/SDL_video.h> // Para SDL_Window
|
||||
#include <string>
|
||||
|
||||
namespace shader
|
||||
{
|
||||
bool init(SDL_Window *ventana, SDL_Texture *texturaBackBuffer, const std::string &vertexShader, const std::string &fragmentShader = "");
|
||||
void render();
|
||||
}
|
||||
Reference in New Issue
Block a user