networking

This commit is contained in:
2025-07-13 15:47:42 +03:00
parent f5b26be510
commit a9c28b8940
345 changed files with 142130 additions and 174 deletions

View File

@@ -0,0 +1,18 @@
#pragma once
struct VertexOutput
{
float4 position: SV_Position;
}
#include "shader_base.h"
DECLARE_CONSTANTS()
{
int2 resolution;
uint2 size;
int2 position;
int8_t character;
};
DECLARE_TEXTURES(0);