mirror of
https://github.com/Yours3lf/rpi-vk-driver.git
synced 2025-01-20 12:52:15 +01:00
19 lines
355 B
C
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
|