QueueDestroySampler
continuous-integration/drone/pr Build is failing
Details
continuous-integration/drone/pr Build is failing
Details
parent
595c15a087
commit
5ba865489b
|
@ -1319,7 +1319,9 @@ static void D3D11_QueueDestroySampler(
|
||||||
Refresh_Renderer *driverData,
|
Refresh_Renderer *driverData,
|
||||||
Refresh_Sampler *sampler
|
Refresh_Sampler *sampler
|
||||||
) {
|
) {
|
||||||
NOT_IMPLEMENTED
|
D3D11Sampler *d3d11Sampler = (D3D11Sampler*) sampler;
|
||||||
|
ID3D11SamplerState_Release(d3d11Sampler->handle);
|
||||||
|
SDL_free(d3d11Sampler);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void D3D11_QueueDestroyBuffer(
|
static void D3D11_QueueDestroyBuffer(
|
||||||
|
|
Loading…
Reference in New Issue