Vulkan-Hpp
|
#include "../utils/geometries.hpp"
#include "../utils/math.hpp"
#include "../utils/shaders.hpp"
#include "../utils/utils.hpp"
#include "SPIRV/GlslangToSpv.h"
#include <fstream>
#include <iomanip>
#include <thread>
#include <sys/time.h>
Go to the source code of this file.
Typedefs | |
typedef unsigned long long | timestamp_t |
Functions | |
timestamp_t | getMilliseconds () |
int | main (int, char **) |
typedef unsigned long long timestamp_t |
Definition at line 44 of file PipelineCache.cpp.
timestamp_t getMilliseconds | ( | ) |
Definition at line 45 of file PipelineCache.cpp.
int main | ( | int | , |
char ** | |||
) |
Definition at line 70 of file PipelineCache.cpp.