1
0

Neuer Ansatz;

NEW ERROR: vkCreateComputePipeline(); VK_ERROR_OUT_OF_HOST_MEMORY
This commit is contained in:
Niklas Birk
2020-03-27 21:12:18 +01:00
parent 0815c8a5f2
commit bf5f9df90f
9 changed files with 836 additions and 25 deletions

View File

@ -882,9 +882,9 @@ extern "C" {
* Framebuffer bit depth [hint](@ref GLFW_ACCUM_ALPHA_BITS).
*/
#define GLFW_ACCUM_ALPHA_BITS 0x0002100A
/*! @brief Framebuffer auxiliary buffer hint.
/*! @brief Framebuffer auxiliary Buffer hint.
*
* Framebuffer auxiliary buffer [hint](@ref GLFW_AUX_BUFFERS).
* Framebuffer auxiliary Buffer [hint](@ref GLFW_AUX_BUFFERS).
*/
#define GLFW_AUX_BUFFERS 0x0002100B
/*! @brief OpenGL stereoscopic rendering hint.