Merge pull request #1446 from HifiExperiments/defaultSampler
Some checks failed
Master API-docs CI Build and Deploy / Build and deploy API-docs (push) Has been cancelled
Master Doxygen CI Build and Deploy / Build and deploy Doxygen documentation (push) Has been cancelled

restore default sampler
This commit is contained in:
HifiExperiments 2025-04-16 11:34:23 -07:00 committed by GitHub
commit 7d2b7e5e65
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -162,7 +162,7 @@ public:
glm::vec4 _borderColor{ 1.0f };
uint32 _maxAnisotropy = 16;
uint8 _filter = FILTER_MIN_MAG_POINT;
uint8 _filter = FILTER_MIN_MAG_MIP_LINEAR;
uint8 _comparisonFunc = ALWAYS;
uint8 _wrapModeU = WRAP_REPEAT;