MCPcopy Create free account
hub / github.com/NVIDIA-RTX/NRI / CmdSetSampleLocations

Function CmdSetSampleLocations

Source/Validation/ImplVal.cpp:331–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329}
330
331static void NRI_CALL CmdSetSampleLocations(CommandBuffer& commandBuffer, const SampleLocation* locations, Sample_t locationNum, Sample_t sampleNum) {
332 ((CommandBufferVal&)commandBuffer).SetSampleLocations(locations, locationNum, sampleNum);
333}
334
335static void NRI_CALL CmdSetShadingRate(CommandBuffer& commandBuffer, const ShadingRateDesc& shadingRateDesc) {
336 ((CommandBufferVal&)commandBuffer).SetShadingRate(shadingRateDesc);

Callers

nothing calls this directly

Calls 1

SetSampleLocationsMethod · 0.45

Tested by

no test coverage detected