Get material parameter address on GPU.
- Returns
- the material parameter address on GPU.
Definition at line 120 of file Material.cpp.
121 {
123
125 {
126 SPICES_CORE_ERROR("Bad access to material buffer address.")
127
128 return 0;
129 }
130 else
131 {
133 }
134 }
#define SPICES_PROFILE_ZONE
std::unique_ptr< VulkanBuffer > m_MaterialParameterBuffer