MCPcopy Create free account
hub / github.com/NVIDIA-RTX/NVRHI / createInputLayout

Method createInputLayout

src/validation/validation-device.cpp:612–615  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

610 }
611
612 InputLayoutHandle DeviceWrapper::createInputLayout(const VertexAttributeDesc* d, uint32_t attributeCount, IShader* vertexShader)
613 {
614 return m_Device->createInputLayout(d, attributeCount, vertexShader);
615 }
616
617 EventQueryHandle DeviceWrapper::createEventQuery()
618 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected