Oxsomi / core3

Oxsomi Core3 is a combination of standalone C libraries useful for building applications, such as types, platform, graphics abstraction and file formats
GNU General Public License v3.0
0 stars 1 forks source link

Support printf in shaders #129

Open Nielsbishere opened 10 months ago

Nielsbishere commented 10 months ago

Currently only vulkan supports it with spir-v. Though hopefully DX12 will add support in DXIL.

Nielsbishere commented 6 months ago

VK_VALIDATION_FEATURE_ENABLE_DEBUG_PRINTF_EXT as well as printf spv support