D3DDDICB_FREEGPUVIRTUALADDRESS structure (d3dumddi.h)
D3DDDICB_FREEGPUVIRTUALADDRESS is used with pfnFreeGpuVirtualAddressCb to release a range of graphics processing unit (GPU) virtual addresses that were previously reserved or mapped.
Syntax
typedef struct _D3DDDICB_FREEGPUVIRTUALADDRESS {
D3DGPU_VIRTUAL_ADDRESS BaseAddress;
D3DGPU_SIZE_T Size;
} D3DDDICB_FREEGPUVIRTUALADDRESS;
Members
BaseAddress
Specifies the base virtual address, in bytes, of the range to free. Must be aligned to 4 KB.
Size
Specifies the size, in bytes, of the range to free. Must be aligned to 4 KB.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 |
Minimum supported server | Windows Server 2016 |
Header | d3dumddi.h (include D3dumddi.h) |