Kha compute shader shaderstoragebuffer compiling error
Ron5s opened this issue · 2 comments
Ron5s commented
When I try to build (OpenGL full build) the Kha compute shader sample in VSCode I get the following error:
Severity Code Description Project File Line Suppression State
Error C2039 'ShaderStorageBuffer': is not a member of 'Kore' (compiling source file Sources\src__boot__.cpp) ComputeShader C:\Users\Ron\Desktop\ComputeShader-master\build\windows-build\Sources\include\hxinc\kha\compute\ShaderStorageBuffer.h
RobDangerous commented
Fixed.
Ron5s commented
Thank you for fixing this so quickly.