summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngine/interface/Texture.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Updated copyright noticeassiduous2021-01-011-1/+1
* Implemented BeginRenderPass/NextSubpass/EndRenderPass in Vulkan backendassiduous2020-08-021-47/+1
* Added API function call type specification to fix c/c++ mismatch on x86 MSVCassiduous2020-01-291-1/+1
* Reworked C interface to optimize inheritance handlingassiduous2020-01-291-10/+3
* Reworked interface definitions to use DILIGENT_BEGIN_INTERFACE/DILIGENT_END_I...assiduous2020-01-281-6/+2
* Reworked C inteface method calls to use CALL_IFACE_METHOD macroassiduous2020-01-281-5/+5
* Guarded interface definitions by define-undef macro helper include pairs to a...assiduous2020-01-271-7/+6
* Reworked C interfaces to share declaration with c++assiduous2020-01-271-34/+38
* Fixed Buffer, BufferView, Texture, TextureView interfaces; added C interface ...assiduous2020-01-261-9/+14
* Updated Buffer and Texture C interfacesassiduous2020-01-251-12/+16
* c inteface: implemented core object VTBLsassiduous2020-01-251-13/+40
* Reworked main headers to be compatible with cassiduous2020-01-251-38/+54
* Updated coyright noticeassiduous2020-01-011-7/+11
* clang-formatted GraphicsEngine projectEgor Yusov2019-11-231-26/+28
* Added IDeviceObject::GetUniqueID method (API Version 240039)Egor Yusov2019-11-081-1/+1
* Updated Copyright noticeEgor Yusov2019-09-171-1/+1
* Updated math libraryEgor Yusov2019-04-231-1/+1
* Added convenience constructors for TextureData and MappedTextureSubresource s...Egor Yusov2019-04-161-5/+23
* Fixed clang compiler warningsEgor Yusov2019-03-061-1/+1
* Minor interface improvementEgor Yusov2019-03-041-1/+1
* Working on resource binding API refactorEgor Yusov2019-02-281-3/+3
* Defined constructos to fix build errors on Apple's clangEgor Yusov2019-02-081-0/+40
* Cleared interface: removed superfluous default constructors; added default me...Egor Yusov2019-02-081-62/+26
* Updated copyright noticeEgor Yusov2019-01-021-1/+1
* Improved type safety of different flag typesEgor Yusov2018-11-301-5/+5
* Renamed/moved ITexture::Map() to IDeviceContext::MapTextureSubresource()Egor Yusov2018-11-251-24/+0
* Renamed/moved ITexture::UpdateData() to IDeviceContext::UpdateTexture()Egor Yusov2018-11-241-35/+2
* Added explicit resource state transitions to the API; implemented in D3D12Egor Yusov2018-11-181-0/+12
* Refactored device object release queuesEgor Yusov2018-09-211-38/+29
* Updated texture map/unmap intererface; implemented texture mapping in D3D12Egor Yusov2018-09-011-4/+24
* Fixed https://github.com/DiligentGraphics/DiligentCore/issues/17 (Add support...Egor Yusov2018-08-281-28/+27
* Updated copyright noticeEgor Yusov2018-01-041-1/+1
* Reworked Common and Platform modules to break interdependenices;Egor Yusov2017-12-281-1/+1
* Updated to Diligent Engine 2.1Egor Yusov2017-11-131-5/+72
* Merge from dev branchEgor Yusov2017-05-201-1/+1
* Merging Updates from dev branchEgor Yusov2017-05-201-1/+1
* Fixed D3D12 warnings, updated copyright noticeEgor Yusov2017-04-061-1/+1
* Updated to Diligent Engine 2.0Egor Yusov2016-08-201-6/+48
* Release v1.0.0Egor Yusov2015-10-211-0/+254