removed unused parameter

This commit is contained in:
cdozdil
2024-05-21 17:46:52 +03:00
parent fecf9f0aa3
commit 508c93a588
-1
View File
@@ -257,7 +257,6 @@ public:
bool CreateBufferResource(ID3D12Device* InDevice, ID3D12Resource* InSource, uint32_t InWidth, uint32_t InHeight, D3D12_RESOURCE_STATES InState);
void SetBufferState(ID3D12GraphicsCommandList* InCommandList, D3D12_RESOURCE_STATES InState);
bool Dispatch(ID3D12Device* InDevice, ID3D12GraphicsCommandList* InCmdList, ID3D12Resource* InResource, ID3D12Resource* OutResource);
float Scale = 1.0f;
ID3D12Resource* Buffer() { return _buffer; }
bool IsUpsampling() { return _upsample; }