Kode / Kha

Ultra-portable, high performance, open source multimedia framework.
http://kha.tech
zlib License
1.49k stars 173 forks source link

Kha compute shader shaderstoragebuffer compiling error #1452

Closed Ron5s closed 1 year ago

Ron5s commented 1 year ago

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\srcboot.cpp) ComputeShader C:\Users\Ron\Desktop\ComputeShader-master\build\windows-build\Sources\include\hxinc\kha\compute\ShaderStorageBuffer.h

RobDangerous commented 1 year ago

Fixed.

Ron5s commented 1 year ago

Thank you for fixing this so quickly.