MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-ValidationLayers / GetShaderModuleIdentifierEXT

Function GetShaderModuleIdentifierEXT

tests/icd/test_icd.cpp:2006–2013  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2004}
2005
2006static VKAPI_ATTR void VKAPI_CALL GetShaderModuleIdentifierEXT(VkDevice device, VkShaderModule shaderModule,
2007 VkShaderModuleIdentifierEXT* pIdentifier) {
2008 if (pIdentifier) {
2009 // arbitrary
2010 pIdentifier->identifierSize = 1;
2011 pIdentifier->identifier[0] = 0x01;
2012 }
2013}
2014
2015static VKAPI_ATTR VkDeviceAddress VKAPI_CALL
2016GetAccelerationStructureDeviceAddressKHR(VkDevice device, const VkAccelerationStructureDeviceAddressInfoKHR* pInfo) {

Callers 7

TEST_FFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected