Cluster icon indicating copy to clipboard operation
Cluster copied to clipboard

Clustered shading implementation with bgfx

Results 1 Cluster issues
Sort by recently updated
recently updated
newest added

Hello, im trying to compile and run this, except i get a error at this code in the bigg library: ``` io.Fonts->AddFontDefault(); io.Fonts->GetTexDataAsRGBA32( &data, &width, &height ); imguiFontTexture = bgfx::createTexture2D(...