From 68db615cd5f5ef731ca7018b251b43106c5a9f47 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Thu, 16 Nov 2017 19:38:10 -0800 Subject: Fixed Android build issues --- Graphics/GraphicsEngineD3D12/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Graphics/GraphicsEngineD3D12') diff --git a/Graphics/GraphicsEngineD3D12/readme.md b/Graphics/GraphicsEngineD3D12/readme.md index 21b5885a..b541dedc 100644 --- a/Graphics/GraphicsEngineD3D12/readme.md +++ b/Graphics/GraphicsEngineD3D12/readme.md @@ -47,7 +47,7 @@ Below are some of the methods that provide access to internal D3D12 objects: | Function | Description | |-----------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------| | `ID3D12Resource* IBufferD3D12::GetD3D12Buffer(size_t &DataStartByteOffset, Uint32 ContextId)` | returns a pointer to the ID3D12Resource interface of the internal Direct3D12 buffer object. Note that dynamic buffers are suballocated from dynamic heap, and every context has its own dynamic heap. Offset from the beginning of the dynamic heap for a context identified by ContextId is returned in DataStartByteOffset parameter | -| `void IBufferD3D12::SetD3D12ResourceState(D3D12_RESOURCE_STATES state)` | sets the buffer usage state. This method should be used when an application transitions the buffer to inform diligent engine about the current usage state | +| `void IBufferD3D12::SetD3D12ResourceState(D3D12_RESOURCE_STATES state)` | sets the buffer usage state. This method should be used when an application transitions the buffer to inform diligent engine about the current usage state | | `D3D12_CPU_DESCRIPTOR_HANDLE IBufferViewD3D12::GetCPUDescriptorHandle()` | returns CPU descriptor handle of the buffer view | | `ID3D12Resource* ITextureD3D12::GetD3D12Texture()` | returns a pointer to the ID3D12Resource interface of the internal Direct3D12 texture object | | `void ITextureD3D12::SetD3D12ResourceState(D3D12_RESOURCE_STATES state)` | sets the texture usage state. This method should be used when an application transitions the texture to inform diligent engine about the current usage state | -- cgit v1.2.3