compute shaders
This commit is contained in:
@@ -5,3 +5,8 @@
|
||||
DECLARE_VULKAN_COMMAND(Empty)
|
||||
{
|
||||
}
|
||||
|
||||
DECLARE_VULKAN_COMMAND(Dispatch)
|
||||
{
|
||||
vkCmdDispatch(hCommandBuffer, uX, uY, uZ);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user