directx-d v0.14.1 (2022-11-15T10:12:44Z)
Dub
Repo
ID3DUserDefinedAnnotation
directx
d3d11_1
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
version(Windows)
extern (
C
++)
interface
ID3DUserDefinedAnnotation : IUnknown {
INT
BeginEvent
(LPCWSTR Name);
INT
EndEvent
();
void
SetMarker
(LPCWSTR Name);
BOOL
GetStatus
();
}
Members
Functions
BeginEvent
INT
BeginEvent
(LPCWSTR Name)
Undocumented in source.
EndEvent
INT
EndEvent
()
Undocumented in source.
GetStatus
BOOL
GetStatus
()
Undocumented in source.
SetMarker
void
SetMarker
(LPCWSTR Name)
Undocumented in source.
Meta
Source
See Implementation
directx
d3d11_1
aliases
D3D11_1_CREATE_DEVICE_CONTEXT_STATE_FLAG
D3D11_COPY_FLAGS
D3D11_LOGIC_OP
enums
D3D11_1_CREATE_DEVICE_CONTEXT_STATE_SINGLETHREADED
D3D11_COPY_NO_OVERWRITE
D3D11_LOGIC_OP_CLEAR
interfaces
ID3D11BlendState1
ID3D11Device1
ID3D11DeviceContext1
ID3D11RasterizerState1
ID3DDeviceContextState
ID3DUserDefinedAnnotation
structs
D3D11_BLEND_DESC1
D3D11_RASTERIZER_DESC1
D3D11_RENDER_TARGET_BLEND_DESC1