Cogs.Core
|
Public Attributes | |
ResourcePointer< ID3DBlob > | byteCode |
ResourcePointer< IUnknown > | shader |
VkShaderModule | shaderModule = 0 |
ShaderHandle | shaderHandle |
ShaderReflectionInfo | reflection |
Definition at line 107 of file EffectsCommon.h.
ResourcePointer<ID3DBlob> Cogs::Shader::byteCode |
Definition at line 109 of file EffectsCommon.h.
ShaderReflectionInfo Cogs::Shader::reflection |
Definition at line 113 of file EffectsCommon.h.
ResourcePointer<IUnknown> Cogs::Shader::shader |
Definition at line 110 of file EffectsCommon.h.
ShaderHandle Cogs::Shader::shaderHandle |
Definition at line 112 of file EffectsCommon.h.
VkShaderModule Cogs::Shader::shaderModule = 0 |
Definition at line 111 of file EffectsCommon.h.