Function inexor::vulkan_renderer::tools::read_file_binary_data

Function Documentation

std::vector<char> inexor::vulkan_renderer::tools::read_file_binary_data(const std::string &file_name)

Read the data of a file into memory.

Parameters

file_name – The name of the file

Returns

A std::vector of type char which contains the binary data of the file