MaterialSystem: add histogram bin count define

Will be used in the future.
This commit is contained in:
Kawe Mazidjatari 2025-01-06 17:06:59 +01:00
parent 538df8e02c
commit b617caf1d8

View File

@ -1,6 +1,9 @@
#ifndef IMATERIAL_H #ifndef IMATERIAL_H
#define IMATERIAL_H #define IMATERIAL_H
// See https://www.gdcvault.com/play/1024418/Efficient-Texture-Streaming-in-Titanfall
#define MATERIAL_HISTOGRAM_BIN_COUNT 16
abstract_class IMaterial abstract_class IMaterial
{ {
public: public: