something

This commit is contained in:
2025-12-14 18:00:38 +02:00
parent a583969fc3
commit 860ec0c422
6 changed files with 68 additions and 60 deletions

View File

@@ -0,0 +1,15 @@
#ifndef VULKAN_COMMANDS_H
#define VULKAN_COMMANDS_H
#include "vulkan_state.h"
BEGIN_VULKAN_COMMAND(ClearColor)
float r;
float g;
float b;
float a;
IImage *pImage;
IImage **ppImage;
END_VULKAN_COMMAND(ClearColor)
#endif