]> git.tdb.fi Git - libs/gl.git/commit
Move texture sampler state to a separate object
authorMikko Rasa <tdb@tdb.fi>
Sun, 31 Jan 2021 00:55:49 +0000 (02:55 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sun, 31 Jan 2021 11:14:06 +0000 (13:14 +0200)
commit78840e775c62c1b6e3f550bf8be1f0b828df91aa
treeb9c582d057738b12a0fa0a6784823f35e7b3eab7
parentfb5ca4dbba257d3eb7fa15800d9663b774e41e7e
Move texture sampler state to a separate object

First step in supporting sampler objects
source/ambientocclusion.cpp
source/colorcurve.cpp
source/environmentmap.cpp
source/rendertarget.cpp
source/resources.cpp
source/sampler.cpp [new file with mode: 0644]
source/sampler.h [new file with mode: 0644]
source/shadowmap.cpp
source/texture.cpp
source/texture.h
source/texture2d.cpp