Backends: Vulkan: Added support for ImTextureID as VkDescriptorSet, amends. (#914)

This commit is contained in:
ocornut
2022-01-20 15:53:28 +01:00
parent 29f104319e
commit ceb26bac48
10 changed files with 53 additions and 22 deletions

View File

@@ -7,4 +7,4 @@
@set OUT_DIR=Debug
mkdir %OUT_DIR%
cl /nologo /Zi /MD %INCLUDES% %SOURCES% /Fe%OUT_DIR%/%OUT_EXE%.exe /Fo%OUT_DIR%/ /link %LIBS% /subsystem:console
cl /nologo /Zi /MD %INCLUDES% /D ImTextureID=ImU64 %SOURCES% /Fe%OUT_DIR%/%OUT_EXE%.exe /Fo%OUT_DIR%/ /link %LIBS% /subsystem:console