]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/commands.h
Support compute shaders and compute operations
[libs/gl.git] / source / core / commands.h
index e7dce6a162690e6300437f9377cd6bb167e9cac1..793b258901b0b706482cc3cf72a5ed2c1caa0448 100644 (file)
@@ -22,6 +22,7 @@ public:
        using CommandsBackend::clear;
        using CommandsBackend::draw;
        using CommandsBackend::draw_instanced;
+       using CommandsBackend::dispatch;
        using CommandsBackend::resolve_multisample;
 
        using CommandsBackend::begin_query;