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

19 lines
355 B
C

#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(
VkPhysicalDevice physicalDevice);
//TODO performance counters / perfmon
#ifdef __cplusplus
}
#endif