Plugins agregados

This commit is contained in:
2026-03-30 15:33:19 -06:00
parent df2b257d93
commit eefc67e50a
766 changed files with 107667 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
//
// gfx_metal_shader.h
// libultraship
//
// Created by David Chavez on 16.08.22.
//
#ifdef __APPLE__
#ifdef __cplusplus
#pragma once
#include <stdio.h>
#include <string>
struct CCFeatures;
MTL::VertexDescriptor* gfx_metal_build_shader(std::string& result, size_t& numFloats, const CCFeatures& cc_features,
bool three_point_filtering);
#endif
#endif