Searched refs:fCurrentGraphicsConstantBufferAddress (Results 1 – 2 of 2) sorted by relevance
304 fCurrentGraphicsConstantBufferAddress = 0; in onReset()535 if (bufferLocation != fCurrentGraphicsConstantBufferAddress) { in setGraphicsRootConstantBufferView()537 fCurrentGraphicsConstantBufferAddress = bufferLocation; in setGraphicsRootConstantBufferView()
225 D3D12_GPU_VIRTUAL_ADDRESS fCurrentGraphicsConstantBufferAddress = 0; variable