doc hell
This commit is contained in:
parent
3275eb2f70
commit
53df70b4f1
70 changed files with 108 additions and 11285 deletions
|
|
@ -60,6 +60,9 @@ namespace Crafter {
|
|||
constexpr static std::array<DescriptorBinding, DescriptorCount> descriptors = Descriptors;
|
||||
constexpr static StringLiteral _entrypoint = entrypoint;
|
||||
constexpr static VkShaderStageFlagBits _stage = stage;
|
||||
/**
|
||||
* @brief Creates the vulkan shader, this must be called before any use of this shader.
|
||||
*/
|
||||
static void CreateShader() {
|
||||
std::ifstream file(path.value, std::ios::binary);
|
||||
if (!file) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue