vulkan icon indicating copy to clipboard operation
vulkan copied to clipboard

Changed pData to char* in VkSpecializationInfo for ffi instantiation …

Open mulcyber opened this issue 6 months ago • 1 comments

Changes pData from void* to char* to allow ffi to instanciate it.

Closes #101

mulcyber avatar Jun 25 '25 11:06 mulcyber

Thanks for the PR. You souldn't edit vulkan.cdef.h directly because as you can read it here, it'a generated file.

realitix avatar Jun 25 '25 12:06 realitix