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

Method prepare_fs

cube/cube.cpp:2606–2613  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2604}
2605
2606vk::ShaderModule Demo::prepare_fs() {
2607 const uint32_t fragShaderCode[] = {
2608#ifdef CUBE_FRAG_INC
2609#include CUBE_FRAG_INC
2610#else
2611#include "cube.frag.inc"
2612#endif
2613 };
2614
2615 frag_shader_module = prepare_shader_module(fragShaderCode, sizeof(fragShaderCode));
2616

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected