something
This commit is contained in:
15
materialsystem/vulkan/commands.h
Normal file
15
materialsystem/vulkan/commands.h
Normal 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
|
||||
Reference in New Issue
Block a user