Added IShaderCompiler

This commit is contained in:
2025-11-16 19:50:24 +09:00
parent d91d6f6e57
commit 5c4e1a3350
15 changed files with 595 additions and 372 deletions

View File

@@ -6,6 +6,7 @@
struct PerViewData
{
float4x4 cameraMatrix;
float4x4 cameraInverseMatrix;
float4 screenSize; // xy = size, zw = 1/size
};