make lut texture 2D

This commit is contained in:
Samuliak 2024-07-24 11:24:55 +02:00
parent 8a1d9d5a22
commit 4a9fb9bdc3
6 changed files with 46 additions and 38 deletions

View file

@ -57,7 +57,7 @@ class RendererMTL final : public Renderer {
// Objects
MTL::SamplerState* nearestSampler;
MTL::SamplerState* linearSampler;
MTL::Texture* lightLUTTextureArray;
MTL::Texture* lutTexture;
MTL::DepthStencilState* defaultDepthStencilState;
// Pipelines