mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 06:13:45 -07:00
Removed stdio and added documentation
This commit is contained in:
parent
95ce91c36f
commit
a124e44e8f
3 changed files with 2 additions and 4 deletions
|
@ -1397,7 +1397,7 @@ static void gfx_sp_tri1(uint8_t vtx1_idx, uint8_t vtx2_idx, uint8_t vtx3_idx, bo
|
||||||
buf_vbo[buf_vbo_len++] = rdp.grayscale_color.r / 255.0f;
|
buf_vbo[buf_vbo_len++] = rdp.grayscale_color.r / 255.0f;
|
||||||
buf_vbo[buf_vbo_len++] = rdp.grayscale_color.g / 255.0f;
|
buf_vbo[buf_vbo_len++] = rdp.grayscale_color.g / 255.0f;
|
||||||
buf_vbo[buf_vbo_len++] = rdp.grayscale_color.b / 255.0f;
|
buf_vbo[buf_vbo_len++] = rdp.grayscale_color.b / 255.0f;
|
||||||
buf_vbo[buf_vbo_len++] = rdp.grayscale_color.a / 255.0f; // Unused
|
buf_vbo[buf_vbo_len++] = rdp.grayscale_color.a / 255.0f; // lerp interpolation factor (not alpha)
|
||||||
}
|
}
|
||||||
|
|
||||||
for (int j = 0; j < num_inputs; j++) {
|
for (int j = 0; j < num_inputs; j++) {
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
#include <stdio.h>
|
|
||||||
|
|
||||||
#include "global.h"
|
#include "global.h"
|
||||||
#include "vt.h"
|
#include "vt.h"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue