Class GPUConstantBufferDX12
Constant Buffer for DirectX 12 backend.
Inheritance
GPUConstantBufferDX12
Inherited Members
GPUConstantBufferDX12
Assembly: FlaxEngine.dll
File: Engine/GraphicsDevice/DirectX/DX12/GPUShaderDX12.h
Syntax
public class GPUConstantBufferDX12 : public GPUResourceDX12
Constructors
GPUConstantBufferDX12(GPUDeviceDX12* device, uint32 size, const StringView& name)
Declaration
public GPUConstantBufferDX12(GPUDeviceDX12* device, uint32 size, const StringView& name) noexcept
Parameters
GPUDeviceDX12
device
|
uint32
size
|
StringView
name
|
Fields
GPUAddress
Last uploaded data address.
Declaration
public D3D12_GPU_VIRTUAL_ADDRESS GPUAddress
Field Value
D3D12_GPU_VIRTUAL_ADDRESS
|