Vulkan-Hpp
|
#include "../utils/utils.hpp"
#include <iomanip>
#include <sstream>
#include <vector>
#include <vulkan/vulkan_to_string.hpp>
Go to the source code of this file.
Classes | |
struct | vk::su::LUID |
Namespaces | |
vk | |
vk::su | |
Functions | |
std::string | decodeAPIVersion (uint32_t apiVersion) |
std::string | decodeDriverVersion (uint32_t driverVersion, uint32_t vendorID) |
std::string | decodeVendorID (uint32_t vendorID) |
std::ostream & | vk::su::operator<< (std::ostream &os, LUID const &uuid) |
int | main (int, char **) |
std::string decodeAPIVersion | ( | uint32_t | apiVersion | ) |
Definition at line 28 of file PhysicalDeviceProperties.cpp.
std::string decodeDriverVersion | ( | uint32_t | driverVersion, |
uint32_t | vendorID | ||
) |
Definition at line 34 of file PhysicalDeviceProperties.cpp.
std::string decodeVendorID | ( | uint32_t | vendorID | ) |
Definition at line 46 of file PhysicalDeviceProperties.cpp.
int main | ( | int | , |
char ** | |||
) |
Definition at line 98 of file PhysicalDeviceProperties.cpp.