Searched refs:ShaderModulePlatformDataVk (Results 1 – 2 of 2) sorted by relevance
53 plat_.vert = ((const ShaderModulePlatformDataVk&)mod.GetPlatformData()).shaderModule; in RENDER_BEGIN_NAMESPACE()66 plat_.frag = ((const ShaderModulePlatformDataVk&)mod.GetPlatformData()).shaderModule; in RENDER_BEGIN_NAMESPACE()101 plat_.comp = ((const ShaderModulePlatformDataVk&)mod.GetPlatformData()).shaderModule; in GpuComputeProgramVk()
31 struct ShaderModulePlatformDataVk : ShaderModulePlatformData { struct54 ShaderModulePlatformDataVk plat_;