made rendering work

This commit is contained in:
2026-02-05 11:10:40 +02:00
parent faae0bdcc7
commit 4bfbcaa4a6
22 changed files with 737 additions and 483 deletions

View File

@@ -22,11 +22,6 @@ COMMON
}
VS
{
cbuffer CameraInfo
{
float4x4 m_viewProj;
};
struct VS_INPUT
{
float3 m_vPosition: POSITION;