MCPcopy Create free account
hub / github.com/baldurk/renderdoc / HasRGPEvent

Method HasRGPEvent

qrenderdoc/Code/RGPInterop.cpp:173–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173bool RGPInterop::HasRGPEvent(uint32_t eventId)
174{
175 if(m_Version == 0)
176 return false;
177
178 if(m_Socket == NULL)
179 return false;
180
181 return m_Event2RGP[eventId].interoplinearid != 0;
182}
183
184bool RGPInterop::SelectRGPEvent(uint32_t eventId)
185{

Callers 1

events_contextMenuMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected