mirror of
https://github.com/ApfelTeeSaft/vb01.git
synced 2026-08-26 19:33:45 +00:00
first iteration of specular IBL implementation on the CPU side
This commit is contained in:
+1
-1
@@ -90,7 +90,7 @@ namespace vb01{
|
||||
this->mipmapLevel = mipmapLevel;
|
||||
texture = new u32;
|
||||
|
||||
createCubemap(true, false);
|
||||
createCubemap(depth, false);
|
||||
}
|
||||
|
||||
void Texture::createCubemap(bool depth, bool flip){
|
||||
|
||||
Reference in New Issue
Block a user