j
k
j a
j l
+static D3D12_FENCE_FLAGS STDMETHODCALLTYPE d3d12_fence_GetCreationFlags(ID3D12Fence1 *iface) +{ + struct d3d12_fence *fence = impl_from_ID3D12Fence1(iface); + return fence->flags; +}
Could we get a TRACE in there?
Back to the thread
Back to the list