X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=flow.cpp;h=e59a4812e8e2dcd0a3eef18be621d8b98c1b6c00;hb=968a17613099bde09d83ce570acb35625016cb5e;hp=47cebba7918c84471583629367192795b7aff19b;hpb=6b75f48005c9e4ded84ef43a25ac1f1ae5c88971;p=nageru diff --git a/flow.cpp b/flow.cpp index 47cebba..e59a481 100644 --- a/flow.cpp +++ b/flow.cpp @@ -494,7 +494,7 @@ int main(void) // Densification. - // Set up an output texture. + // Set up an output texture (initially zero). GLuint dense_flow_tex; glCreateTextures(GL_TEXTURE_2D, 1, &dense_flow_tex); //glTextureStorage2D(dense_flow_tex, 1, GL_RGB16F, level_width, level_height);