This commit is contained in:
Thomas Wilshaw
2022-02-01 20:45:59 +00:00
parent ac070dbc1a
commit 4d5ca96b68
+2 -1
View File
@@ -140,7 +140,8 @@ bool Renderer::GetCustomColorContext(ColorProcessorPtr color_processor, Renderer
}
bool Renderer::SetupColorContextTextures(ColorContext& color_ctx, OCIO::ConstGpuShaderDescRcPtr shader_desc,
ColorProcessorPtr color_processor) {
ColorProcessorPtr color_processor)
{
color_ctx.lut3d_textures.resize(shader_desc->getNum3DTextures());
for (unsigned int i = 0; i < shader_desc->getNum3DTextures(); i++) {
const char* tex_name = nullptr;