ultimecia

A ps1 emulator in c
Log | Files | Refs

shaders.h (87B)


      1 #pragma once
      2 
      3 #include "gpu.h"
      4 
      5 void SHADERS_gradient_shader(float, float, float, C*);