MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Tools / prepare_vs

Method prepare_vs

cube/cube.cpp:2941–2948  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2939}
2940
2941vk::ShaderModule Demo::prepare_vs() {
2942 const uint32_t vertShaderCode[] = {
2943#ifdef CUBE_VERT_INC
2944#include CUBE_VERT_INC
2945#else
2946#include "cube.vert.inc"
2947#endif
2948 };
2949
2950 vert_shader_module = prepare_shader_module(vertShaderCode, sizeof(vertShaderCode));
2951

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected