1
0
mirror of https://github.com/Yours3lf/rpi-vk-driver.git synced 2025-01-20 12:52:15 +01:00
rpi-vk-driver/driver/vkExtFunctions.h

19 lines
355 B
C
Raw Normal View History

2019-09-30 20:38:35 +01:00
#pragma once
#include "vkExt.h"
#ifdef __cplusplus
extern "C" {
#endif
//extension that allows developers to submit QPU assembly directly and thus hand optimise code
extern VkResult rpi_vkCreateShaderModuleFromRpiAssemblyEXT(
2019-10-01 19:23:52 +01:00
VkPhysicalDevice physicalDevice);
2019-09-30 20:38:35 +01:00
//TODO performance counters / perfmon
#ifdef __cplusplus
}
#endif