MCPcopy Create free account
hub / github.com/Ipotrick/Daxa / set_rasterization_samples

Method set_rasterization_samples

src/cpp_wrapper.cpp:1235–1239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1233 }
1234
1235 void RenderCommandRecorder::set_rasterization_samples(RasterizationSamples info)
1236 {
1237 auto result = daxa_cmd_set_rasterization_samples(this->internal, static_cast<VkSampleCountFlagBits>(info));
1238 check_result(result, "failed in set_rasterization_samples");
1239 }
1240
1241 DAXA_DECL_RENDER_COMMAND_LIST_WRAPPER(set_depth_bias, DepthBiasInfo)
1242 DAXA_DECL_RENDER_COMMAND_LIST_WRAPPER_CHECK_RESULT(set_index_buffer, SetIndexBufferInfo)

Callers 2

callbackMethod · 0.80
callbackMethod · 0.80

Calls 2

check_resultFunction · 0.85

Tested by

no test coverage detected