/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
Code/Engine/RendererFoundation/Shader/Implementation/ShaderByteCode_inl.h
17 строк
295 B
Sanakan8472
Shader Resource Refactor (#1173)
29 янв 2024, 01:15
Не верифицирован
29 янв 2024, 01:15
d3cd1b2
Код
Авторство
О чём код?
const void* ezGALShaderByteCode::GetByteCode() const { if (m_ByteCode.IsEmpty()) return nullptr; return &m_ByteCode[0]; } ezUInt32 ezGALShaderByteCode::GetSize() const { return m_ByteCode.GetCount(); } bool ezGALShaderByteCode::IsValid() const { return !m_ByteCode.IsEmpty(); }