mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-21 21:05:50 +12:00
use sampler states
This commit is contained in:
parent
9527c2acdb
commit
b6c72e72e4
6 changed files with 50 additions and 14 deletions
|
@ -26,6 +26,7 @@ struct Texture {
|
|||
Interval<u32> range;
|
||||
|
||||
MTL::Texture* texture = nullptr;
|
||||
MTL::SamplerState* sampler = nullptr;
|
||||
|
||||
Texture() : valid(false) {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue