/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
release-21.6
Code/Engine/RendererFoundation/Basics.cpp
24 строки
694 B
Ingrater
Format everything using clang-format (#267)
22 июл 2020, 21:23
Не верифицирован
22 июл 2020, 21:23
878ce7e
Код
Авторство
О чём код?
#include <RendererFoundationPCH.h> #include <RendererFoundation/RendererFoundationDLL.h> const ezUInt8 ezGALIndexType::Size[ezGALIndexType::ENUM_COUNT] = { sizeof(ezInt16), // UShort sizeof(ezInt32) // UInt }; const char* ezGALShaderStage::Names[ENUM_COUNT] = { "VertexShader", "HullShader", "DomainShader", "GeometryShader", "PixelShader", "ComputeShader", }; EZ_BEGIN_STATIC_REFLECTED_ENUM(ezGALMSAASampleCount, 1) EZ_ENUM_CONSTANTS( ezGALMSAASampleCount::None, ezGALMSAASampleCount::TwoSamples, ezGALMSAASampleCount::FourSamples, ezGALMSAASampleCount::EightSamples) EZ_END_STATIC_REFLECTED_ENUM; EZ_STATICLINK_FILE(RendererFoundation, RendererFoundation_Basics);